diff options
Diffstat (limited to 'tools/init/sync.sh')
-rwxr-xr-x | tools/init/sync.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index fceb39c..b9e7266 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -13,3 +13,6 @@ 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 | # thunderbird | ||
18 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird/ | ||