The initial version of the custom

This commit is contained in:
major 2023-06-04 14:50:48 +08:00
commit 828a2586f1
2 changed files with 23 additions and 4 deletions

View file

@ -67,9 +67,10 @@ zdot="${ZDOTDIR:-$HOME}"
ZSH="${ZSH:-$HOME/.oh-my-zsh}"
# Default settings
REPO=${REPO:-ohmyzsh/ohmyzsh}
# REPO=${REPO:-ohmyzsh/ohmyzsh}
REPO=${REPO:-gmingj/ohmyzsh}
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
BRANCH=${BRANCH:-master}
BRANCH=${BRANCH:-ohmyzsh}
# Other options
CHSH=${CHSH:-yes}