- Run
./setup-a-new-machine.sh
withsudo
to install all things. - Run
./sync.sh
script to create symlinks and backup old files. - Set Solarized theme as default in Terminal Preferences.
- Install tmux plugins
prefix + I
- Install vim plugins
vim +PluginInstall
.
If vim doesn't display correct colors run $ screen_terminfo="screen-256color"
Vundle's .vimrc config produces the following error when editing GIT Messages:
$ git commit
error: There was a problem with the editor 'vi'.
Setting your GIT editor to vim (instead of vi):
git config --global core.editor $(which vim)
Upgrading your version of vim(done on running setup-a-new-machine.sh):
brew install vim --override-system-vi
Issue on github: VundleVim/Vundle.vim#167
Possible issues with npm.
Possible solution: https://gist.github.com/DanHerbert/9520689