diff --git a/scripts/shell/git-sync-all.sh b/scripts/shell/git-sync-all.sh index d03d383..e97bd09 100755 --- a/scripts/shell/git-sync-all.sh +++ b/scripts/shell/git-sync-all.sh @@ -28,11 +28,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