Skip to content

Instantly share code, notes, and snippets.

@richardtape
Created August 4, 2014 01:58
Show Gist options
  • Save richardtape/269b3c1500fc46049a5d to your computer and use it in GitHub Desktop.
Save richardtape/269b3c1500fc46049a5d to your computer and use it in GitHub Desktop.

Revisions

  1. richardtape created this gist Aug 4, 2014.
    23 changes: 23 additions & 0 deletions install-oh-my-zsh-on-ubuntu
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    # Where is the location of your current shall. Useful if we need to revert
    echo $0

    # Install ZSH
    sudo apt-get install zsh

    # Instal GIT
    sudo apt-get install git-core

    # Install OhMyZSH
    curl -L http://install.ohmyz.sh | sh

    or

    wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh

    # Where is ZSH installed i.e. /bin/zsh
    which zsh

    # Change Shell
    chsh
    <sudo password>
    /bin/zsh # Or whatever the path was from above