diff options
author | typebrook <typebrook@gmail.com> | 2020-04-28 14:11:45 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-28 14:11:45 +0800 |
commit | 529d32f307f8988e66dba3f3726eeb01814c0cae (patch) | |
tree | 6b79a1df05f08815223262ab5a5ec0a136ca4771 | |
parent | 87acbe3874bd852c50115ff5deb9e0e7e9e0924d (diff) |
update
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ git: | |||
10 | vim: | 10 | vim: |
11 | # amix-vimrc | 11 | # amix-vimrc |
12 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ | 12 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ |
13 | git clone --depth=1 https://github.com/typebrook/vimrc.git ~/.vim_runtime && \ | 13 | git clone --depth=1 git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ |
14 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ | 14 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ |
15 | fi | 15 | fi |
16 | # vim-plug | 16 | # vim-plug |
@@ -24,7 +24,7 @@ tig: | |||
24 | rm -f ~/.tigrc | 24 | rm -f ~/.tigrc |
25 | ln -s `pwd`/tigrc ~/.tigrc | 25 | ln -s `pwd`/tigrc ~/.tigrc |
26 | if [ ! -d "$(HOME)/git/tig" ]; then \ | 26 | if [ ! -d "$(HOME)/git/tig" ]; then \ |
27 | git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ | 27 | git clone --depth=100 git@github.com:typebrook/tig ~/git/tig; \ |
28 | fi | 28 | fi |
29 | 29 | ||
30 | zsh: | 30 | zsh: |
@@ -33,7 +33,7 @@ zsh: | |||
33 | wiki: | 33 | wiki: |
34 | # vimwiki | 34 | # vimwiki |
35 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ | 35 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ |
36 | git clone https://github.com/typebrook/wiki.git ~/vimwiki; \ | 36 | git clone git@github.com:typebrook/wiki.git ~/vimwiki; \ |
37 | fi | 37 | fi |
38 | 38 | ||
39 | crontab: | 39 | crontab: |