Add diary directory and repo to git-sync-all.sh
This commit is contained in:
parent
9d1fd4e412
commit
b1460ddc05
|
@ -1,6 +1,7 @@
|
|||
# Sync common directories, setting url to ensure it's up-to-date first
|
||||
SYNC_DIRS=(
|
||||
"$HOME/.password-store/"
|
||||
"$HOME/.diary/"
|
||||
"$HOME/.bookmarks/"
|
||||
"$HOME/.elfeed/"
|
||||
"$HOME/Documents/Org/"
|
||||
|
@ -8,6 +9,7 @@ SYNC_DIRS=(
|
|||
)
|
||||
SYNC_URLS=(
|
||||
"https://git.xenia.me.uk/pixelifytica/pass.git"
|
||||
"https://git.xenia.me.uk/pixelifytica/diary.git"
|
||||
"https://git.xenia.me.uk/pixelifytica/bookmarks.git"
|
||||
"https://git.xenia.me.uk/pixelifytica/elfeed.git"
|
||||
"https://git.xenia.me.uk/pixelifytica/org.git"
|
||||
|
|
Loading…
Reference in a new issue