Skip to content

Instantly share code, notes, and snippets.

@negativo
Last active October 24, 2015 01:11
Show Gist options
  • Save negativo/f074aaf4dfbe96fcf0ea to your computer and use it in GitHub Desktop.
Save negativo/f074aaf4dfbe96fcf0ea to your computer and use it in GitHub Desktop.
#SETUP ZSH ON UBUNTU
#which shell am i logged in?
echo $0
#install
sudo apt-get install zsh
sudo apt-get install git-core
#install oh-my-zsh with curl
curl -L http://install.ohmyz.sh | sh
#install oh-my-zsh with wget
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
which zsh
chsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment