Skip to content

Instantly share code, notes, and snippets.

@MAJA-Lin
Forked from mkalygin/install-zsh.sh
Created January 19, 2018 09:05
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 MAJA-Lin/c9645d462837460b0a1408cfc7a08684 to your computer and use it in GitHub Desktop.
Save MAJA-Lin/c9645d462837460b0a1408cfc7a08684 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