From 0d71aece1ebb5d04112b9f6120b13c3d2dcc0cac Mon Sep 17 00:00:00 2001 From: GR3YH4TT3R93 <76727386+GR3YH4TT3R93@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:47:58 -0700 Subject: [PATCH] Update install.sh --- tools/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 5c9b2c18d..35efa038b 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -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() {