1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-31 22:38:00 +00:00

Compare commits

..

No commits in common. "bfd2a196ef05641dff85663416d77445ea34c2de" and "b8cf08e274b84947a95e0e1a292c441eb37fcceb" have entirely different histories.

2 changed files with 8 additions and 3 deletions

View file

@ -4,9 +4,11 @@ gh
git
iproute2
jq
make
mdbook
nodejs-lts
openssh
rclone
rsync
sqlite
)

View file

@ -1,6 +1,9 @@
#!/bin/sh
set -e
cd ~/storage/shared/logseq
cd ~/logseq
rsync -a ~/storage/shared/logseq/journals/ journals/
rsync -a ~/storage/shared/logseq/pages/ pages/
git add --all
git commit -m update || :
. .githooks/post-commit
if git commit -m update; then
rsync -a ./ ~/storage/shared/logseq/
fi