My ~/.vim
and ~/.vimrc
.
git clone --recursive https://github.com/mattmahn/vimfiles.git ~/.vimfiles
ln -s ~/.vimfiles/vim.symlink ~/.vim
ln -s ~/.vimfiles/vimrc.symlink ~/.vimrc
vim +PluginInstall +qall
Command-t requires some special treatment:
cd ~/.vim/bundle/command-t/ruby/command-t
ruby extconf.rb
make