modified: tools/check_for_upgrade.sh

modified:   tools/install.sh
	modified:   tools/upgrade.sh
This commit is contained in:
seocringe 2024-02-24 23:11:24 +02:00
commit 2710b2518e
3 changed files with 6 additions and 301 deletions

View file

@ -68,7 +68,7 @@ fi
ZSH="${ZSH:-$HOME/.oh-my-zsh}"
# Default settings
REPO=${REPO:-ohmyzsh/ohmyzsh}
REPO=${REPO:-seocringe/ohmyzsh}
REMOTE=${REMOTE:-https://github.com/${REPO}.git}
BRANCH=${BRANCH:-master}