From f9216c3da5b2ada013bf903d8ced7073d79bb797 Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 11 Nov 2023 09:28:18 -0700 Subject: [PATCH] add endeavouros --- setup/git.zsh | 5 ----- setup/os.zsh | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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' \ ;