aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-04-22 17:47:37 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-04-22 17:47:37 +0800
commit3dc48bf9a8023863db66bc066cdf5d0c41a6fffb (patch)
tree56dd0f8f57243f17579c86f1c71e9cd189264e30
parentc031a212a255a901124847ab65e37cf37d8e0c65 (diff)
update
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 02dd88e..22194b5 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 --origin my git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ 13 git clone --depth=5 --origin my git@github.com:typebrook/vimrc.git ~/.vim_runtime && \
14 cd ~/.vim_runtime && git remote add origin git@github.com:amix/vimrc.git && \ 14 cd ~/.vim_runtime && git remote add origin git@github.com:amix/vimrc.git && \
15 sh ~/.vim_runtime/install_awesome_vimrc.sh; \ 15 sh ~/.vim_runtime/install_awesome_vimrc.sh; \
16 fi 16 fi