aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/init/sync.sh5
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
14check_upstream ~/git/tig || echo in `pwd` >/dev/tty & 14check_upstream ~/git/tig || echo in `pwd` >/dev/tty &
15check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & 15check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty &
16
17# rsync
18if [[ `cat /etc/hostname` != 'vultr' ]]; then
19 rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird &
20fi