From 83a16c1debc3b375f2fc0bc0626b0e96ebb909b4 Mon Sep 17 00:00:00 2001 From: typebrook Date: Mon, 8 Apr 2019 20:29:34 +0800 Subject: update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 45e0bed..0b8f8e4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ alias: vim: # amix-vimrc if [ ! -d "$(HOME)/.vim_runtime" ]; then \ - git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \ + git clone --depth=1 git@github.com:amix/vimrc.git ~/.vim_runtime && \ sh ~/.vim_runtime/install_awesome_vimrc.sh; \ fi # vim-plug @@ -20,7 +20,7 @@ vim: wiki: # vimwiki if [ ! -d "$(HOME)/.vimwiki" ]; then \ - git clone --depth=1 https://github.com/typebrook/wiki.git ~/.vimwiki && \ + git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki; \ fi git: -- cgit v1.2.3-70-g09d2