Skip to content

Instantly share code, notes, and snippets.

@vsbarba
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save vsbarba/753ba7f23c22ec46fb07 to your computer and use it in GitHub Desktop.

Select an option

Save vsbarba/753ba7f23c22ec46fb07 to your computer and use it in GitHub Desktop.
[INSTALL] OH-MY-ZSH

ZSH Installation

This is an install guide for ZSH [Terminal on Steroids]

1. Install via CURL

$ curl -L http://install.ohmyz.sh | sh

# After Installation proceed to the next step.

2. Download Solarized from http://ethanschoonover.com/solarized

# Step 1. Double click OSX Terminal [Solarized Dark Theme]

3. Switch to ZSH Mode

# Step 1. This is to switch from bash to zsh, do exec bash if you want to
# go back to bash.

$ exec zsh

4. Edit the ~/.zshrc to modify theme

# Step 1. Initially it has a "robbyrussell" theme change it to "amuse"

$ vi ~/zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment