~/.vim and ~/.vimrc
Just clone the repository into ~/.vim
$ git clone git://github.com/mychris/dotvim.git ~/.vim
make a symlink to ~/.vim/vimrc, if your vim version is < 7.3.1178.
$ ln -s ~/.vim/vimrc ~/.vimrc
install vundle
$ cd ~/.vim && git submodule init && git submodule update
then install all vundle bundles
$ vim +PluginInstall +qall
To manage the installed plugins use
$ vim +PluginClean +qall
$ vim +PluginUpdate +qall
or see the vim help
:help vundle
Syntastic needs external tools like pylint for style checking, see:
$ vim '+redir! > vim_keys.txt' '+silent verbose map' '+redir END' +qall