My config files (aka dotfiles), they might be useful for someone else.
cd $HOME
git clone git@github.com:adrs0049/dotfiles.git .dotfiles
ln -s .dotfiles/.??* -t .
unlink .git
The Vim configuration require Vundle to be installed.
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim