diff --git a/setup/git.zsh b/setup/git.zsh index 4eb3867..7a0b65c 100644 --- a/setup/git.zsh +++ b/setup/git.zsh @@ -26,10 +26,5 @@ SETUP__GIT() { git remote set-url --add --push upstream git@yage.io:zsh/code-activator git remote set-url --add --push upstream git@github.com:wrynegade/scwrypts.git - STATUS 'updating upstream for zsh/plugins/ssh' - cd $DOTWRYN_PATH/zsh/plugins/ssh - git remote rm upstream - git remote add upstream git@yage.io:zsh/ssh.git - cd $DOTWRYN_PATH } diff --git a/setup/os.zsh b/setup/os.zsh index 1b400aa..87a7ca5 100644 --- a/setup/os.zsh +++ b/setup/os.zsh @@ -32,7 +32,7 @@ OS__GET_OS() { OS__INSTALL_SOURCE_DEPENDENCIES() { case $OS_NAME in - arch ) + arch | endeavouros ) command -v yay >/dev/null 2>&1 \ || SCWRYPTS packages/install 'https://aur.archlinux.org/yay.git' --local-name 'yay' \ ;