Clone the repository into your ~/.vim folder
git clone https://github.com/Dealweb/Vim.git ~/.vim
Enter into ~/.vim folder and update git submodules
cd ~/.vim
git submodule init
git submodule update
ln -s ~/.vim/vimrc ~/.vimrc
Run VundleInstall
vim +VundleInstall
Now you are ready, next time you run vim must be everything ok.`