Add notebooks directory to git-sync-all
This commit is contained in:
parent
5fbabd0cb0
commit
87ef1217fc
|
@ -28,11 +28,13 @@ SYNC_DIRS=(
|
||||||
"$HOME/.password-store/"
|
"$HOME/.password-store/"
|
||||||
"$HOME/Documents/org/"
|
"$HOME/Documents/org/"
|
||||||
"$HOME/Documents/library/"
|
"$HOME/Documents/library/"
|
||||||
|
"$HOME/Documents/notebooks/"
|
||||||
)
|
)
|
||||||
SYNC_URLS=(
|
SYNC_URLS=(
|
||||||
"https://git.xenia.me.uk/pixelifytica/pass.git"
|
"https://git.xenia.me.uk/pixelifytica/pass.git"
|
||||||
"https://git.xenia.me.uk/pixelifytica/org.git"
|
"https://git.xenia.me.uk/pixelifytica/org.git"
|
||||||
"https://git.xenia.me.uk/pixelifytica/library.git"
|
"https://git.xenia.me.uk/pixelifytica/library.git"
|
||||||
|
"git@git.ccfe.ac.uk:elitherl/notebooks.git"
|
||||||
)
|
)
|
||||||
|
|
||||||
for i in "${!SYNC_DIRS[@]}"; do
|
for i in "${!SYNC_DIRS[@]}"; do
|
||||||
|
|
Reference in a new issue