Remove library from sync-git script
Moved library into Zotero using WebDAV to transfer
This commit is contained in:
parent
698985a967
commit
1f7a3279df
|
@ -16,13 +16,11 @@ fi
|
|||
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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue