sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminatorTerminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").
sudo apt-get install zshRestart your terminal. Choose option 2 for Z Shell configuration.
cd
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"cd
wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf
mv PowerlineSymbols.otf ~/.fonts/fc-cache -vf ~/.fonts/mkdir -p .config/fontconfig/conf.dmv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/vim ~/.zshrc
- Change [ZSH_THEME="robbyrussell"] to [ZSH_THEME="agnoster"]
- Change [plugins=(git)] to [plugins=(git rails rails3 ruby capistrano bundler heroku rake rvm autojump command-not-found python pip github gnu-utils history-substring-search zsh-syntax-highlighting)] (optional)