Skip to content

Instantly share code, notes, and snippets.

@techedlaksh
Created April 25, 2017 15:21
Show Gist options
  • Save techedlaksh/7bcc51e539ebafe7b4331d8315a105f6 to your computer and use it in GitHub Desktop.
Save techedlaksh/7bcc51e539ebafe7b4331d8315a105f6 to your computer and use it in GitHub Desktop.
Install instruction of zsh in ubuntu
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