diff --git a/home/scripts/shell/git-sync-all.sh b/home/scripts/shell/git-sync-all.sh index 0cf9c369..3c59884f 100755 --- a/home/scripts/shell/git-sync-all.sh +++ b/home/scripts/shell/git-sync-all.sh @@ -10,15 +10,11 @@ SYNC_DIRS=( "$HOME/.password-store/" "$HOME/Documents/org/" "$HOME/Documents/library/" - "$HOME/Documents/notebooks/" - "$HOME/Documents/presentations/" ) 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" - "git@git.ccfe.ac.uk:elitherl/presentations.git" ) for i in "${!SYNC_DIRS[@]}"; do