diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/init/sync.sh | 2 |
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 | |||
| 9 | sync ~/vimwiki | 9 | sync ~/vimwiki |
| 10 | sync ~/.task | 10 | sync ~/.task |
| 11 | sync ~/.password-store | 11 | sync ~/.password-store |
| 12 | sync ~/.vim_runtime | ||
| 12 | 13 | ||
| 13 | # others repo | 14 | # others repo |
| 14 | check_upstream ~/git/tig || echo in `pwd` >/dev/tty & | 15 | check_upstream ~/git/tig || echo in `pwd` >/dev/tty & |
| 15 | check_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 |