From 46457dd08a1a2af92cac956d11df4c12d8677633 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 15 May 2024 07:44:27 +0100 Subject: [PATCH] Monorepo my org stuff Remove elfeed and references repos from git-sync-all as they're now inside org repo --- scripts/shell/git-sync-all.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/shell/git-sync-all.sh b/scripts/shell/git-sync-all.sh index 5093de0..9202b23 100755 --- a/scripts/shell/git-sync-all.sh +++ b/scripts/shell/git-sync-all.sh @@ -1,15 +1,11 @@ # Sync common directories, setting url to ensure it's up-to-date first SYNC_DIRS=( "$HOME/.password-store/" - "$HOME/.elfeed/" - "$HOME/Documents/Org/" - "$HOME/Documents/References/" + "$HOME/Documents/org/" ) SYNC_URLS=( "https://git.xenia.me.uk/pixelifytica/pass.git" - "https://git.xenia.me.uk/pixelifytica/elfeed.git" "https://git.xenia.me.uk/pixelifytica/org.git" - "https://git.xenia.me.uk/pixelifytica/references.git" ) for i in "${!SYNC_DIRS[@]}"; do