git clonehttps://github.com/X0nic/vim.git ~/.vim
cd ~/.vim
ln -s ~/vim/vimrc ~/.vimrc
to make the .vimrc symbolic link.- Install Vundle with
git clone http://github.com/gmarik/vundle.git bundle/vundle
vim +BundleInstall +qall
installs all of the plugins