- Install git-completion
- Install Source Code Pro font
- Install Vundle, VIM plugin manager
- Run
brew install ctags
, if you plan to use Tagbar VIM plugin - Optional, use MacVim:
brew install macvim
- Install Git's diff highlight
- Clone this Git repo
- Run
ln -s <absolute_path_to_vimrc_from_this_repo> ~/
- Start vim
- Run vim command
:VundleInstall
- Restart vim
- Run
ln -s <absolute_path_to_gitignore_global_from_this_repo> ~/