aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-03 11:48:53 +0800
committertypebrook <typebrook@gmail.com>2020-03-03 11:48:53 +0800
commitfad3ac5a73601557fba54f3c17054f91b44ceab1 (patch)
tree6c06ba5f9fa1c1e00fce4309fbb9305441ba4f76 /Makefile
parent978c9044a83259276c59ca003f5fbe9b46840a6d (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 95daccb..893d71b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: vim git tig
5vim: 5vim:
6 # amix-vimrc 6 # amix-vimrc
7 if [ ! -d "$(HOME)/.vim_runtime" ]; then \ 7 if [ ! -d "$(HOME)/.vim_runtime" ]; then \
8 git clone --depth=1 git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ 8 git clone --depth=1 https://github.com/typebrook/vimrc.git ~/.vim_runtime && \
9 sh ~/.vim_runtime/install_awesome_vimrc.sh; \ 9 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
10 fi 10 fi
11 # vim-plug 11 # vim-plug
@@ -26,7 +26,7 @@ tig:
26wiki: 26wiki:
27 # vimwiki 27 # vimwiki
28 if [ ! -d "$(HOME)/.vimwiki" ]; then \ 28 if [ ! -d "$(HOME)/.vimwiki" ]; then \
29 git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki 29 git clone --depth=1 https://github.com/typebrook/wiki.git ~/vimwiki
30 fi 30 fi
31 31
32crontab: 32crontab: