git clone https://github.com/sythel/dot-files.git ~/dot-files
(only link what you want)
ln -s ~/dot-files/.bashrc ~/.bashrc
sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
ln -s ~/dot-files/.zshrc ~/.zshrc
ln -s ~/dot-files/.oh-my-zsh ~/.oh-my-zsh
change first line in ~/.zshrc to properly source ur zshrc (replace my username of wsk4)
git submodule init
git submodule update
cp -R ~/dot-files/oh-my-zsh-themes/* ~/.oh-my-zsh/themes/.
cp ~/dot-files/.fonts/* ~/.fonts/.
sudo fc-cache -f -v
ln -s ~/dot-files/.vimrc ~/.vimrc
ln -s ~/dot-files/.vim ~/.vim
ln -s ~/dot-vimrc/.vimperator ~/.vimperator
ln -s ~/dot-vimrc/.vimperatorrc ~/.vimperatorrc
ln -s ~/dot-files/.vimperatorrc ~/.vimperatorrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim
':BundleInstall'