mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
change to my install path
This commit is contained in:
parent
d0b29ff0b3
commit
59bdb3b25b
2 changed files with 15 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -1,3 +1,17 @@
|
|||
# oh my zsh
|
||||
|
||||
## Install
|
||||
|
||||
1. require `zsh curl git`
|
||||
|
||||
1. oh-my-zsh
|
||||
|
||||
```bash
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/snakewarhead/oh-my-zsh/master/tools/install.sh)"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<img src="https://s3.amazonaws.com/ohmyzsh/oh-my-zsh-logo.png" alt="Oh My Zsh">
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ set -e
|
|||
|
||||
# Default settings
|
||||
ZSH=${ZSH:-~/.oh-my-zsh}
|
||||
REPO=${REPO:-robbyrussell/oh-my-zsh}
|
||||
REPO=${REPO:-snakewarhead/oh-my-zsh}
|
||||
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
|
||||
BRANCH=${BRANCH:-master}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue