KISSest vimrc config ever made. Its great and simple. Make your vim much better and easier without any plugins or tweaks but only with this custom vimrc file.
Clone the repo with git and obtain vimrc config file.
cd ~
git clone git://github.com/yutyo/vimrc.git .vim
ln -s ~/.vim/vimrc ~/.vimrc # Optional, needed for some VIM installations
Clone the vimrc config file with either wget or curl
wget https://github.com/Yutyo/vimrc/archive/master.zip
unzip master.zip -d ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc # Optional, needed for some VIM installations
or
curl -LO https://github.com/Yutyo/vimrc/archive/master.zip
unzip master.zip -d ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc # Optional, needed for some VIM installations
Thanks to the people that made those publicizations about vim configuration: