Skip to content

Instantly share code, notes, and snippets.

@fernandomr
Last active August 29, 2015 14:21
Show Gist options
  • Save fernandomr/85037a4b941c339fc57c to your computer and use it in GitHub Desktop.
Save fernandomr/85037a4b941c339fc57c to your computer and use it in GitHub Desktop.

Revisions

  1. @mkalygin mkalygin created this gist May 2, 2014.
    4 changes: 4 additions & 0 deletions install-zsh.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    # 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)