Simply run this script to install and configure this vimrc in your $HOME dir:
wget -O - https://github.com/nvie/vimrc/raw/master/autoinstall.sh | sh
Although a vimrc is a very personal thing, you may use mine if you like it. To do so, please do the following:
Clone this repo:
git clone git://github.com/nvie/vimrc.git
or download the plain source only:
wget -qO - http://github.com/nvie/vimrc/tarball/master | tar -xzvf -
In your ~/.vimrc, add the following line:
source ~/path/to/vimrc/vimrc
Fetch submodules:
git submodule init git submodule update
Recompile Command-T Ruby C extension for your platform (if other than Mac OS X):
cd vim/ruby/command-t ruby extconf.rb make clean; make
Touch:
touch ~/.vim/user.vim
That's it.