Skip to content

Instantly share code, notes, and snippets.

@shivabhusal
Created September 5, 2017 03:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save shivabhusal/a3f286f388216d793144649975f068e2 to your computer and use it in GitHub Desktop.
Installation of OhMyZSH in linux ubuntu/mint
sudo apt-get install zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
echo "ZSH_THEME=\"agnoster\"" >> ~/.zshrc
cd ~/ && wget https://github.com/powerline/powerline/blob/develop/font/PowerlineSymbols.otf
sudo cp ~/PowerlineSymbols.otf /usr/share/fonts/truetype/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment