reboot option for server update

This commit is contained in:
2022-10-01 13:50:12 -06:00
parent 85a1d69c1b
commit 8270a99dcb
2 changed files with 9 additions and 1 deletions

View File

@ -8,6 +8,9 @@ SETUP__GIT() {
git remote set-url --add --push origin git@github.com:wrynegade/dotwryn.git
git remote set-url --add --push origin git@yage.io:wrynegade/dotwryn.git
git remote set-url --add --push origin git@bitbucket.org:wrynegade/dotwryn.git
git fetch origin >/dev/null 2>&1
git branch --set-upstream-to=origin/main main >/dev/null 2>&1
__STATUS 'updating upstream for zsh/plugins/code-activator'
cd $DOTWRYN_PATH/zsh/plugins/code-activator