aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-07-10 08:34:31 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-07-10 08:34:31 +0800
commit06d62800a915abfb4efb68515bc6e152d6c4abd4 (patch)
tree21928eb5ae3c4779b76d595b86783254956342a4 /Makefile
parent1dbe682f99d170236ca9b04ae68c9a082ab80d60 (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 22194b5..6e88b48 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,8 @@ 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=5 --origin my git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ 13 git clone --depth=1 --origin my git@github.com:amix/vimrc.git ~/.vim_runtime && \
14 cd ~/.vim_runtime && git remote add origin git@github.com:amix/vimrc.git && \ 14 cd ~/.vim_runtime && sh ~/.vim_runtime/install_awesome_vimrc.sh
15 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
16 fi 15 fi
17 # vim-plug 16 # vim-plug
18 curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ 17 curl -fLo ~/.vim/autoload/plug.vim --create-dirs \