Add notebooks directory to git-sync-all

This commit is contained in:
Evie Litherland-Smith 2024-06-20 19:00:58 +01:00
parent 5fbabd0cb0
commit 87ef1217fc

View file

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