- git clone the repository somewhere, and symlink ~/.vim to it:
git clone git@github.com:aknapp/vim-config.git ~/code/vim-config
ln -s ~/code/vim-config ~/.vim
- update the submodules:
cd ~/.vim
git submodule update --init
- symlink your .vimrc to the vimrc file in this repo:
ln -s ~/code/vim-config/vimrc ~/.vimrc
- that's it!