aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-08 20:29:34 +0800
committertypebrook <typebrook@gmail.com>2019-04-08 20:29:34 +0800
commit83a16c1debc3b375f2fc0bc0626b0e96ebb909b4 (patch)
treea0616b3863e8f234337ea1fb4ccc2d77ea2bdc69 /Makefile
parente62d1e1a8ba9e37436bad76a9ed35075a0505b4b (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 45e0bed..0b8f8e4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ alias:
7vim: 7vim:
8 # amix-vimrc 8 # amix-vimrc
9 if [ ! -d "$(HOME)/.vim_runtime" ]; then \ 9 if [ ! -d "$(HOME)/.vim_runtime" ]; then \
10 git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \ 10 git clone --depth=1 git@github.com:amix/vimrc.git ~/.vim_runtime && \
11 sh ~/.vim_runtime/install_awesome_vimrc.sh; \ 11 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
12 fi 12 fi
13 # vim-plug 13 # vim-plug
@@ -20,7 +20,7 @@ vim:
20wiki: 20wiki:
21 # vimwiki 21 # vimwiki
22 if [ ! -d "$(HOME)/.vimwiki" ]; then \ 22 if [ ! -d "$(HOME)/.vimwiki" ]; then \
23 git clone --depth=1 https://github.com/typebrook/wiki.git ~/.vimwiki && \ 23 git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki; \
24 fi 24 fi
25 25
26git: 26git: