Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save easydevmixin/e66db050efd601a5168ed308ece2736d to your computer and use it in GitHub Desktop.
Save easydevmixin/e66db050efd601a5168ed308ece2736d to your computer and use it in GitHub Desktop.
Install Oh My ZSH on Ubuntu 14.04
# Where is the location of your current shall. Useful if we need to revert
echo $0
# Install ZSH
sudo apt-get install zsh
# Instal GIT
sudo apt-get install git-core
# Install OhMyZSH
curl -L http://install.ohmyz.sh | sh
or
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
# Where is ZSH installed i.e. /bin/zsh
which zsh
# Change Shell
chsh
<sudo password>
/bin/zsh # Or whatever the path was from above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment