(Re)move ~/.vim and ~/.vimrc if you have them already, and run:
git clone git@github.com:jtosey/vim-config.git ~/.vimrc
cd ~/.vim
git submodule update --init
ln -s ~/.vim/vimrc ~/.vimrc
If you will be using VIM with tmux for remote pairing or window management, see the README at https://github.com/pivotal/tmux-config
rbenv global system
cd ~/.vim/bundle/command-t
bundle
rake make
As long as your checkout is kept clean, you can easily update, rebase your local changes and update submodules with:
cd ~/.vim && git pull --rebase ; git submodule update ; cd -