diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ all: vim git tig | |||
5 | vim: | 5 | vim: |
6 | # amix-vimrc | 6 | # amix-vimrc |
7 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ | 7 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ |
8 | git clone --depth=1 git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ | 8 | git clone --depth=1 https://github.com/typebrook/vimrc.git ~/.vim_runtime && \ |
9 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ | 9 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ |
10 | fi | 10 | fi |
11 | # vim-plug | 11 | # vim-plug |
@@ -26,7 +26,7 @@ tig: | |||
26 | wiki: | 26 | wiki: |
27 | # vimwiki | 27 | # vimwiki |
28 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ | 28 | if [ ! -d "$(HOME)/.vimwiki" ]; then \ |
29 | git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki | 29 | git clone --depth=1 https://github.com/typebrook/wiki.git ~/vimwiki |
30 | fi | 30 | fi |
31 | 31 | ||
32 | crontab: | 32 | crontab: |