Thanks to these guys:
Prerequisites: ruby, git.
-
Move your existing configuration somewhere else:
mv ~/.vim* ~/.gvim* my_backup
-
Clone this repo into ".vim":
git clone https://github.com/astrauka/vimfiles ~/.vim
-
Symlink config files:
ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/vimrc.bundles ~/.vimrc.bundles
-
Start vim and install bundles:
vim :BundleInstall
To update bundles:
:BundleInstall!