mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-31 14:27:59 +00:00
Compare commits
2 commits
b8cf08e274
...
bfd2a196ef
Author | SHA1 | Date | |
---|---|---|---|
bfd2a196ef | |||
a2a06bf313 |
2 changed files with 3 additions and 8 deletions
|
@ -4,11 +4,9 @@ gh
|
|||
git
|
||||
iproute2
|
||||
jq
|
||||
make
|
||||
mdbook
|
||||
nodejs-lts
|
||||
openssh
|
||||
rclone
|
||||
rsync
|
||||
sqlite
|
||||
)
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd ~/logseq
|
||||
rsync -a ~/storage/shared/logseq/journals/ journals/
|
||||
rsync -a ~/storage/shared/logseq/pages/ pages/
|
||||
cd ~/storage/shared/logseq
|
||||
git add --all
|
||||
if git commit -m update; then
|
||||
rsync -a ./ ~/storage/shared/logseq/
|
||||
fi
|
||||
git commit -m update || :
|
||||
. .githooks/post-commit
|
||||
|
|
Loading…
Add table
Reference in a new issue