Accept alternate install paths via ZSH variable

Uses environment variable $ZSH to configure install location.
This commit is contained in:
Andrew Vit 2012-04-23 14:01:14 -07:00
commit 27d1f410ab
2 changed files with 21 additions and 5 deletions

View file

@ -20,8 +20,14 @@ h4. via `wget`
@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
h3. The manual way
h4. Install location
You can change the install destination via the ZSH environment variable. The default location is `~/.oh-my-zsh`:
@...install.sh | ZSH=~/.dotfiles sh@
h3. The manual way
1. Clone the repository