From 529d32f307f8988e66dba3f3726eeb01814c0cae Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 28 Apr 2020 14:11:45 +0800 Subject: update --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6886eac..42b10cf 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ git: vim: # amix-vimrc if [ ! -d "$(HOME)/.vim_runtime" ]; then \ - git clone --depth=1 https://github.com/typebrook/vimrc.git ~/.vim_runtime && \ + git clone --depth=1 git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ sh ~/.vim_runtime/install_awesome_vimrc.sh; \ fi # vim-plug @@ -24,7 +24,7 @@ tig: rm -f ~/.tigrc ln -s `pwd`/tigrc ~/.tigrc if [ ! -d "$(HOME)/git/tig" ]; then \ - git clone --depth=100 https://github.com/typebrook/tig ~/git/tig; \ + git clone --depth=100 git@github.com:typebrook/tig ~/git/tig; \ fi zsh: @@ -33,7 +33,7 @@ zsh: wiki: # vimwiki if [ ! -d "$(HOME)/.vimwiki" ]; then \ - git clone https://github.com/typebrook/wiki.git ~/vimwiki; \ + git clone git@github.com:typebrook/wiki.git ~/vimwiki; \ fi crontab: -- cgit v1.2.3-70-g09d2