mirror of
https://github.com/kou029w/dotfiles.git
synced 2025-01-31 22:38:00 +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
|
git
|
||||||
iproute2
|
iproute2
|
||||||
jq
|
jq
|
||||||
make
|
|
||||||
mdbook
|
mdbook
|
||||||
nodejs-lts
|
nodejs-lts
|
||||||
openssh
|
openssh
|
||||||
rclone
|
rclone
|
||||||
rsync
|
|
||||||
sqlite
|
sqlite
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
cd ~/logseq
|
cd ~/storage/shared/logseq
|
||||||
rsync -a ~/storage/shared/logseq/journals/ journals/
|
|
||||||
rsync -a ~/storage/shared/logseq/pages/ pages/
|
|
||||||
git add --all
|
git add --all
|
||||||
if git commit -m update; then
|
git commit -m update || :
|
||||||
rsync -a ./ ~/storage/shared/logseq/
|
. .githooks/post-commit
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue