- Install it with git clone:
git clone git@github.com:xfsnowind/myvim.git ~/.vim
Here for windows, ~ means the home folder of current user. Default is C:/User/yourusername
.
-
Link to the configuration file:
For linux
ln -s ~/.vim/vimrc ~/.vimrc
For windows, copy vimrc to the gvim install folder and change the name to vimrc.
-
Install Vundle
git clone git@github.com:gmarik/vundle.git ~/.vim/bundle/vundle
- Then, open vim and type :BundleInstall in the command