sudo apt install guake git zsh ack-grep vim
sudo apt-get install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sudo apt-get install ack-grep
git clone git://github.com/solutus/dotfiles ~/.dotfiles
git clone https://github.com/gmarik/vundle.git ~/.dotfiles/.vim/bundle/vundle
mkdir -p ~/bin/
mkdir -p ~/.vim/colors
ln -s ~/.dotfiles/.zshrc ~/.zshrc
ln -s ~/.dotfiles/.vim ~/.vim
ln -s ~/.dotfiles/.vimrc ~/.vimrc
ln -s ~/.dotfiles/.ackrc ~/.ackrc
ln -s ~/.dotfiles/.gemrc ~/.gemrc
ln -s ~/.dotfiles/.gitignore ~/.gitignore
ln -s ~/.dotfiles/.tmux.conf ~/.tmux.conf
ln -s ~/.dotfiles/tmuxinator.zsh ~/bin/tmuxinator.zsh
Launch vim and make
BundleInstall
Exit and create link to solarized scheme to .vim/colors
ln -s ~/.vim/bundle/vim-colors-solarized/colors/solarized.vim ~/.vim/colors/solarized.vim
. ~/.bashrc
git config --global core.excludesfile ~/.gitignore