change name

This commit is contained in:
arawlin 2024-09-17 17:58:12 +08:00
commit 29deaae516
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
1. oh-my-zsh
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/snakewarhead/oh-my-zsh/master/tools/install.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/arawlin/oh-my-zsh/master/tools/install.sh)"
```
## Issues

View file

@ -67,7 +67,7 @@ if [ -n "$ZDOTDIR" ] && [ "$ZDOTDIR" != "$HOME" ]; then
ZSH="${ZSH:-$ZDOTDIR/ohmyzsh}"
fi
ZSH="${ZSH:-$HOME/.oh-my-zsh}"
REPO=${REPO:-snakewarhead/oh-my-zsh}
REPO=${REPO:-arawlin/oh-my-zsh}
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
BRANCH=${BRANCH:-master}