Remove notebooks and presentations from git-sync-all
This commit is contained in:
parent
3ea7a90ffc
commit
7b7129f964
|
@ -10,15 +10,11 @@ SYNC_DIRS=(
|
||||||
"$HOME/.password-store/"
|
"$HOME/.password-store/"
|
||||||
"$HOME/Documents/org/"
|
"$HOME/Documents/org/"
|
||||||
"$HOME/Documents/library/"
|
"$HOME/Documents/library/"
|
||||||
"$HOME/Documents/notebooks/"
|
|
||||||
"$HOME/Documents/presentations/"
|
|
||||||
)
|
)
|
||||||
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"
|
|
||||||
"git@git.ccfe.ac.uk:elitherl/presentations.git"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
for i in "${!SYNC_DIRS[@]}"; do
|
for i in "${!SYNC_DIRS[@]}"; do
|
||||||
|
|
Loading…
Reference in a new issue