Using git to manage the Vim settings for my daily work.
Firstly, you should have vundle to manage your plugin
git clone https://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle
-
Clone this repo
-
Make a softlink from ~/.vimrc to /path-to-this-repo/.vimrc
-
Make a softlink from ~/.vim to /path-to-this-repo/.vim
Originally forked from https://bitbucket.org/mmottl/vim-files by Markus Mottl.