aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-03-02 09:05:27 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-03-02 09:05:27 +0800
commit0f4b3e995c883dbc504b75156e9ca5e6ebf07db1 (patch)
tree58614127663617befbfaea58f3627e2f6eb30084 /Makefile
parentf425e159ea353939341bf1615ef2ea4c3c2ee7dc (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf6e58e..f86960f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ tig:
15vim: 15vim:
16 # amix-vimrc 16 # amix-vimrc
17 if [ ! -d "$(HOME)/.vim_runtime" ]; then 17 if [ ! -d "$(HOME)/.vim_runtime" ]; then
18 git clone --depth=1 --origin my git@github.com:amix/vimrc.git ~/.vim_runtime && 18 git clone --depth=1 --origin my https://github.com/amix/vimrc ~/.vim_runtime &&
19 cd ~/.vim_runtime && sh ~/.vim_runtime/install_awesome_vimrc.sh 19 cd ~/.vim_runtime && sh ~/.vim_runtime/install_awesome_vimrc.sh
20 fi 20 fi
21 # vim-plug 21 # vim-plug