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