bryclee / setup

Some setup files and info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

wget https://raw.githubusercontent.com/bryclee/setup/master/new_setup.sh
bash new_setup.sh

Setting up screen

Screen depends on a startup script that isn't running (for some reason, see dnschneid/crouton#115 for details). To fix this. To fix, add the following line to /etc/rc.local, which is run as root when first entering the chroot:

/etc/init.d/screen-cleanup start

TMUX

Plugin manager tpm. Press <tmux prefix> + I to install the plugins when tmux is running.

Vim setup

Colors

Colors forked from vim-dim. Only use 16 colors for better flexibility when using this configuration on different machines.

COC for completion

Some prerequisites that are not yet automated/other issues:

  • yarn needs to be installed globally
  • for vim, need vim-node-rpc installed
  • install the server extensions globally? if you use different versions of npm, you lose your extensions
  • only activate completion/bindings on files that have an extension installed?

Other things that are nice to have that are not installed as part of the script

General other tools

Flux Postman

Mac

XCode App - The command line tools are installed as part of the script, but not sure if that includes all the tools that are desired. Alfred (search is better than default Spotlight) - Script will install, but need to manually disable the spotlight shortcut in system preferences Hammerspoon - Need to enable accessibility

About

Some setup files and info


Languages

Language:Vim Script 30.5%Language:Shell 22.6%Language:Lua 19.6%Language:Perl 11.1%Language:JavaScript 11.0%Language:CSS 5.2%