curl https://raw.github.com/zer4tul/vim-config/master/tools/bootstrap.sh -L -o - | sh
git clone git://github.com/zer4tul/vim-config.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim git clone http://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle
- The installation method all above are ONLY FOR UNIX-LIKE SYSTEMS. I'll add the installation method for M$ Windows later.
- The color scheme used by default in the config file is Solarized. And included flazz's vim-colorschemes colletion. If you don't like it, you can spicify another.
- gmarik for vundle. Which makes plugin managment much more easier.
- klen for python-mode. Which makes creating python code in vim much more interesting.
- spf13 for his ultra vim config: spf13-vim. It's really awesome. Lot's of settings in this configuration comes from his vimrc file.