Skip to content

Instantly share code, notes, and snippets.

@alexanderjsingleton
Last active December 27, 2016 20:43
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 alexanderjsingleton/5130a0bd21a022bc87e43ce4ea663c63 to your computer and use it in GitHub Desktop.
Save alexanderjsingleton/5130a0bd21a022bc87e43ce4ea663c63 to your computer and use it in GitHub Desktop.
Easiest way to install OhMyZsh as your terminal-shell
  1. Assuming git is installed, git clone git://zsh.git.sf.net/gitroot/zsh/zsh
  2. curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
  3. chsh -s /bin/zsh
  4. Restart terminal.
  5. cd ~/zsh and verify install!
@alexanderjsingleton
Copy link
Author

Check out Steven Dobbelaere's Blog for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment