Skip to content

Instantly share code, notes, and snippets.

@andresmgsl
Forked from mkalygin/install-zsh.sh
Last active August 29, 2015 14:24
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 andresmgsl/7c7fefe01ab878e4bb8d to your computer and use it in GitHub Desktop.
Save andresmgsl/7c7fefe01ab878e4bb8d to your computer and use it in GitHub Desktop.
# 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