mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Accept alternate install paths via ZSH variable
This commit is contained in:
parent
757fa3314d
commit
9e441a9700
3 changed files with 40 additions and 8 deletions
|
|
@ -8,7 +8,9 @@ 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/avit/oh-my-zsh/raw/master/tools/install.sh -O - | ZSH=~/.oh-my-zsh sh@
|
||||
|
||||
You can adjust the install destination by changing the ZSH variable. The default location is `~/.oh-my-zsh` (but I like to keep these things together under my .dotfiles, for example.)
|
||||
|
||||
h3. The manual way
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue