aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-30 23:01:58 +0800
committertypebrook <typebrook@gmail.com>2019-10-30 23:01:58 +0800
commit7c04cd4a329af58cc90f76c16f4104ae5ea83898 (patch)
tree52c876ff563f7f87c48e452cb2031a5f92b35808 /Makefile
parentfc483db95ef3a5ee99acf534d01893554aae1c79 (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 674394e..259b531 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ alias:
9vim: 9vim:
10 # amix-vimrc 10 # amix-vimrc
11 if [ ! -d "$(HOME)/.vim_runtime" ]; then \ 11 if [ ! -d "$(HOME)/.vim_runtime" ]; then \
12 git clone --depth=1 git@github.com:amix/vimrc.git ~/.vim_runtime && \ 12 git clone --depth=1 git@github.com:typebrook/vimrc.git ~/.vim_runtime && \
13 sh ~/.vim_runtime/install_awesome_vimrc.sh; \ 13 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
14 fi 14 fi
15 # vim-plug 15 # vim-plug