Skip to content

Instantly share code, notes, and snippets.

@mkalygin
Created May 2, 2014 16:20
Show Gist options
  • Star 27 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save mkalygin/b3e9de184d83a29a6cd0 to your computer and use it in GitHub Desktop.
Save mkalygin/b3e9de184d83a29a6cd0 to your computer and use it in GitHub Desktop.
Install zsh on Elementary OS.
# Source: http://choyan.me/oh-my-zsh-elementaryos/
sudo apt-get update && sudo apt-get install -y curl vim git zsh
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | bash
sudo chsh -s $(which zsh) $(whoami)
@souzace
Copy link

souzace commented Feb 21, 2016

Thanks!

@AndrewMorris-scsu
Copy link

Perfect! Works for 0.4!

@mexitalian
Copy link

Just what I needed :)
${whoami} fixed an issue I had with $PATH variables not being brought over from my bash setup when I followed this gist , many thanks!

@casssiahaluu
Copy link

Still works in Elementary OS 5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment