Commit 43fd24e8 authored by Robby Russell's avatar Robby Russell
Browse files

Updating README with reference to auto-installer

parent 71769107
...@@ -4,6 +4,13 @@ bq. "OH MY ZSHELL!" ...@@ -4,6 +4,13 @@ bq. "OH MY ZSHELL!"
h2. Setup h2. Setup
h3. The automatic installer... (do you trust me?)
@wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
h3. The manual way
1. Clone the repository 1. Clone the repository
@git clone git://github.com/robbyrussell/oh-my-zsh.git@ @git clone git://github.com/robbyrussell/oh-my-zsh.git@
......
# Path to your oh-my-zsh configuration. # Path to your oh-my-zsh configuration.
export ZSH=$HOME/oh-my-zsh export ZSH=$HOME/.oh-my-zsh
# Load all of the config files in ~/oh-my-zsh that end in .zsh # Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore # TIP: Add files you don't want in git to .gitignore
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment