From fad3ac5a73601557fba54f3c17054f91b44ceab1 Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 3 Mar 2020 11:48:53 +0800 Subject: update --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 95daccb..893d71b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: vim git tig vim: # amix-vimrc if [ ! -d "$(HOME)/.vim_runtime" ]; then \ - git clone --depth=1 git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ + git clone --depth=1 https://github.com/typebrook/vimrc.git ~/.vim_runtime && \ sh ~/.vim_runtime/install_awesome_vimrc.sh; \ fi # vim-plug @@ -26,7 +26,7 @@ tig: wiki: # vimwiki if [ ! -d "$(HOME)/.vimwiki" ]; then \ - git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki + git clone --depth=1 https://github.com/typebrook/wiki.git ~/vimwiki fi crontab: -- cgit v1.2.3-70-g09d2