Created
September 5, 2017 03:58
-
-
Save shivabhusal/a3f286f388216d793144649975f068e2 to your computer and use it in GitHub Desktop.
Installation of OhMyZSH in linux ubuntu/mint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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