diff options
| author | typebrook <typebrook@gmail.com> | 2019-06-20 10:54:00 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-06-20 10:54:00 +0800 |
| commit | cf50d64c4df79ed8558c89528c496c05d4ef1a9b (patch) | |
| tree | b9d39df428cb5d93b8d7e6b886fb70c952c7c394 | |
| parent | 57e3fa5b99b913da5e4bfc1a997f77ee9318a161 (diff) | |
update
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ alias: | |||
| 9 | vim: | 9 | vim: |
| 10 | # amix-vimrc | 10 | # amix-vimrc |
| 11 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ | 11 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ |
| 12 | git clone --depth=1 git@github.com:amix/vimrc.git ~/.vim_runtime && \ | 12 | git clone --depth=1 https://github.com/typebrook/vimrc.git ~/.vim_runtime && \ |
| 13 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ | 13 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ |
| 14 | fi | 14 | fi |
| 15 | # vim-plug | 15 | # vim-plug |