aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-07-11 13:25:14 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-07-11 13:25:14 +0800
commit1fc01072ba2016049882a22b558eaa361833666b (patch)
treefbd9ea9b975f868bb4bbac28e4c3ece430264848 /tools
parent1a8295d962d5e1a3c4927290ba5e816acd0325e8 (diff)
update
Diffstat (limited to 'tools')
-rwxr-xr-xtools/init/sync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh
index 7ba3906..5ade0c3 100755
--- a/tools/init/sync.sh
+++ b/tools/init/sync.sh
@@ -9,10 +9,10 @@ sync $SETTING_DIR
9sync ~/vimwiki 9sync ~/vimwiki
10sync ~/.task 10sync ~/.task
11sync ~/.password-store 11sync ~/.password-store
12sync ~/.vim_runtime
12 13
13# others repo 14# others repo
14check_upstream ~/git/tig || echo in `pwd` >/dev/tty & 15check_upstream ~/git/tig || echo in `pwd` >/dev/tty &
15check_upstream ~/.vim_runtime master || echo in `pwd` >/dev/tty &
16 16
17# thunderbird 17# thunderbird
18#if [[ `cat /etc/hostname` != 'vultr' ]]; then 18#if [[ `cat /etc/hostname` != 'vultr' ]]; then