Created
April 25, 2017 15:21
-
-
Save techedlaksh/7bcc51e539ebafe7b4331d8315a105f6 to your computer and use it in GitHub Desktop.
Install instruction of zsh in ubuntu
This file contains hidden or 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 | |
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh | |
chsh -s `which zsh` | |
# Restart the terminal | |
# ZSHRC file | |
https://gist.github.com/techedlaksh/4a95495fcdce492713201fd2f9b6c2dd | |
# Install powerline fonts | |
https://github.com/powerline/fonts | |
# Install awesome fonts | |
git clone https://github.com/gabrielelana/awesome-terminal-fonts | |
# Restart the terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment