aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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