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