mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Accept alternate install paths via ZSH variable
Uses environment variable $ZSH to configure install location.
This commit is contained in:
parent
90c28b786a
commit
27d1f410ab
2 changed files with 21 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue