Set up Oh-my-zsh in Ubuntu

Posted by Shujin Wu on February 19, 2017

Installation

  • install zsh
  • install oh-my-zsh
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

chsh -s which zsh
# and after that restart it
sudo shutdown -r 0

Configuration

  • Edit ~/.zshrc
ZSH_THEME="agnoster"

plugins=(git zsh-autosuggestions)
  • Install Powerline fonts

  • Terminal Profile
    • Select one of Powerline fonts with 14pt
    • resize: 170 * 20
    • Colors: select Solarize-dark and modify from there
  • install zsh-autosuggestions