From e288600f5f8fdedd6bd6e0a1c5ec4dbf1152dbe3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 10 Jan 2025 16:56:57 +0000 Subject: [PATCH] Add notebooks (work) directory to sync-git script --- system/home/scripts/shell/sync-git.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/home/scripts/shell/sync-git.sh b/system/home/scripts/shell/sync-git.sh index ee94e966..93c57b1d 100644 --- a/system/home/scripts/shell/sync-git.sh +++ b/system/home/scripts/shell/sync-git.sh @@ -3,11 +3,13 @@ SYNC_DIRS=( "$HOME/.password-store/" "$HOME/Documents/org/" "$HOME/Documents/library/" + "$HOME/Documents/notebooks/" ) SYNC_URLS=( "https://git.xenia.me.uk/pixelifytica/pass.git" "https://git.xenia.me.uk/pixelifytica/org.git" "https://git.xenia.me.uk/pixelifytica/library.git" + "git@git.ccfe.ac.uk:elitherl/notebooks.git" ) for i in "${!SYNC_DIRS[@]}"; do