1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 08:05:01 +00:00

remove logseq-sync

This commit is contained in:
Nebel 2024-09-11 13:56:58 +09:00
parent 2586e88f82
commit 462daea1b3
Signed by: nebel
GPG key ID: 79807D08C6EF6460
2 changed files with 0 additions and 8 deletions

View file

@ -15,5 +15,3 @@ function install_termux_task() {
}
install_pkg_packages
install_termux_task tasks/logseq-sync
termux-setup-storage

View file

@ -1,6 +0,0 @@
#!/bin/sh
set -e
cd ~/storage/shared/logseq
git add --all
git commit -m update || :
. .githooks/post-commit