====================================
My vim config files
The config files use pathogen.vim managing the plugins. Each plugins, if it is a git repo, is a git submodule
$ git clone git://github.com/ywen/vim-config-files.git
$ git submodule init
$ git submodule update
$ ln -s vim-config-files .vim
$ ln -s vim-config-files/vimrc .vimrc
$ ln -s vim-config-files/gvimrc .gvimrc