Skip to content

Instantly share code, notes, and snippets.

@parwatcodes
Forked from mkalygin/install-zsh.sh
Created May 12, 2017 09:14
Show Gist options
  • Save parwatcodes/5bb5a84f6ab0defe82a91513c0baf5ea to your computer and use it in GitHub Desktop.
Save parwatcodes/5bb5a84f6ab0defe82a91513c0baf5ea 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment