diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-01-05 13:40:03 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-01-05 13:40:03 +0800 |
| commit | e30451ad4dbd999d5de21092587436f238b6ab98 (patch) | |
| tree | 65317270988792d220745b834d395e17501428f4 | |
| parent | 8e34dce955b8017a692d9b530bd4ce10daee20c2 (diff) | |
update
| -rwxr-xr-x | tools/init/sync.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index e594a3f..d582514 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
| @@ -6,6 +6,7 @@ sync() { | |||
| 6 | cd $1 && git pull --quiet || echo in `pwd` >/dev/tty & | 6 | cd $1 && git pull --quiet || echo in `pwd` >/dev/tty & |
| 7 | } | 7 | } |
| 8 | sync $SETTING_DIR | 8 | sync $SETTING_DIR |
| 9 | sync ~/blog | ||
| 9 | sync ~/vimwiki | 10 | sync ~/vimwiki |
| 10 | sync ~/.task | 11 | sync ~/.task |
| 11 | sync ~/.password-store | 12 | sync ~/.password-store |