Remove notebooks and presentations from git-sync-all

This commit is contained in:
Evie Litherland-Smith 2024-07-26 20:24:07 +01:00
parent 3ea7a90ffc
commit 7b7129f964

View file

@ -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