aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-28 14:11:45 +0800
committertypebrook <typebrook@gmail.com>2020-04-28 14:11:45 +0800
commit529d32f307f8988e66dba3f3726eeb01814c0cae (patch)
tree6b79a1df05f08815223262ab5a5ec0a136ca4771
parent87acbe3874bd852c50115ff5deb9e0e7e9e0924d (diff)
update
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6886eac..42b10cf 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ git:
10vim: 10vim:
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
30zsh: 30zsh:
@@ -33,7 +33,7 @@ zsh:
33wiki: 33wiki:
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
39crontab: 39crontab: