Update install.sh

This commit is contained in:
GR3YH4TT3R93 2023-09-20 16:47:58 -07:00
commit 0d71aece1e
No known key found for this signature in database

View file

@ -69,14 +69,14 @@ fi
ZSH="${ZSH:-$HOME/.oh-my-zsh}"
# Default settings
REPO=${REPO:-ohmyzsh/ohmyzsh}
REPO=${REPO:-GR3YH4TT3R93/ohmyzsh}
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
BRANCH=${BRANCH:-master}
# Other options
CHSH=${CHSH:-yes}
RUNZSH=${RUNZSH:-yes}
KEEP_ZSHRC=${KEEP_ZSHRC:-no}
RUNZSH=${RUNZSH:-no}
KEEP_ZSHRC=${KEEP_ZSHRC:-yes}
command_exists() {