Skip to content

Instantly share code, notes, and snippets.

@saleh-old
Created February 21, 2019 20:00
Show Gist options
  • Save saleh-old/8313a55052c7d1ea19ea301513eed7e4 to your computer and use it in GitHub Desktop.
Save saleh-old/8313a55052c7d1ea19ea301513eed7e4 to your computer and use it in GitHub Desktop.
installation of Oh My Zsh on Ubuntu 18.04 LTS
apt-get install zsh
apt-get install git-core
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
# and then you change your shell to zsh
chsh -s `which zsh`
# and then restart
#sudo shutdown -r 0
# or reboot?
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment