diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-05 15:54:31 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-05 15:54:31 +0800 |
commit | 19a2bcce6c5d87610fa80376990a0eebb46c0874 (patch) | |
tree | f4e1bb66d66562230c1c109d8fee0910435dd506 | |
parent | 88444f408c4210495246bb2a6d30c41844162b31 (diff) |
update
-rwxr-xr-x | tools/init/sync.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index ade8f00..fceb39c 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -13,8 +13,3 @@ sync ~/.password-store | |||
13 | # others repo | 13 | # others repo |
14 | check_upstream ~/git/tig || echo in `pwd` >/dev/tty & | 14 | check_upstream ~/git/tig || echo in `pwd` >/dev/tty & |
15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & | 15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & |
16 | |||
17 | # rsync | ||
18 | if [[ `cat /etc/hostname` != 'vultr' ]]; then | ||
19 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird & | ||
20 | fi | ||