Just a fork from the great dotfiles repository by Felix Geisendörfer (https://github.com/felixge/dotfiles) with some changings
1. get vimrc-package (via eri451) in $place
cd $place
git clone https://github.com/vv01f/vimrc.git
cd ~
ln -s $place/.vim ~/.vim
ln -s $place/.vimrc ~/.vimrc
cd ~/.vim/bundle
git clone https://github.com/gmarik/Vundle.vim.git
option is to be found around line 23 in ~/.vimrc
vim +BundleInstall
vim