change to my install path

This commit is contained in:
linsilence 2019-06-10 18:19:01 +08:00
commit 59bdb3b25b
2 changed files with 15 additions and 1 deletions

View file

@ -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>

View file

@ -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}