Monorepo my org stuff

Remove elfeed and references repos from git-sync-all as they're now
inside org repo
This commit is contained in:
Evie Litherland-Smith 2024-05-15 07:44:27 +01:00
parent 463d24c6d7
commit 46457dd08a

View file

@ -1,15 +1,11 @@
# Sync common directories, setting url to ensure it's up-to-date first
SYNC_DIRS=(
"$HOME/.password-store/"
"$HOME/.elfeed/"
"$HOME/Documents/Org/"
"$HOME/Documents/References/"
"$HOME/Documents/org/"
)
SYNC_URLS=(
"https://git.xenia.me.uk/pixelifytica/pass.git"
"https://git.xenia.me.uk/pixelifytica/elfeed.git"
"https://git.xenia.me.uk/pixelifytica/org.git"
"https://git.xenia.me.uk/pixelifytica/references.git"
)
for i in "${!SYNC_DIRS[@]}"; do