gernots theme

This commit is contained in:
Gernot Poetsch 2011-08-15 14:03:29 +02:00
commit eb57086fe3
3 changed files with 10 additions and 3 deletions

View file

@ -8,14 +8,14 @@ h2. Setup
h3. The automatic installer... (do you trust me?)
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
@wget --no-check-certificate https://github.com/gernot/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
h3. The manual way
1. Clone the repository
@git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@
@git clone git://github.com/gernot/oh-my-zsh.git ~/.oh-my-zsh@
2. Create a new zsh config by copying the zsh template we've provided.