diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-02 09:05:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-02 09:05:27 +0800 |
commit | 0f4b3e995c883dbc504b75156e9ca5e6ebf07db1 (patch) | |
tree | 58614127663617befbfaea58f3627e2f6eb30084 /Makefile | |
parent | f425e159ea353939341bf1615ef2ea4c3c2ee7dc (diff) |
update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ tig: | |||
15 | vim: | 15 | vim: |
16 | # amix-vimrc | 16 | # amix-vimrc |
17 | if [ ! -d "$(HOME)/.vim_runtime" ]; then | 17 | if [ ! -d "$(HOME)/.vim_runtime" ]; then |
18 | git clone --depth=1 --origin my git@github.com:amix/vimrc.git ~/.vim_runtime && | 18 | git clone --depth=1 --origin my https://github.com/amix/vimrc ~/.vim_runtime && |
19 | cd ~/.vim_runtime && sh ~/.vim_runtime/install_awesome_vimrc.sh | 19 | cd ~/.vim_runtime && sh ~/.vim_runtime/install_awesome_vimrc.sh |
20 | fi | 20 | fi |
21 | # vim-plug | 21 | # vim-plug |