diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-22 17:47:37 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-22 17:47:37 +0800 |
commit | 3dc48bf9a8023863db66bc066cdf5d0c41a6fffb (patch) | |
tree | 56dd0f8f57243f17579c86f1c71e9cd189264e30 | |
parent | c031a212a255a901124847ab65e37cf37d8e0c65 (diff) |
update
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ git: | |||
10 | vim: | 10 | vim: |
11 | # amix-vimrc | 11 | # amix-vimrc |
12 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ | 12 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ |
13 | git clone --depth=1 --origin my git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ | 13 | git clone --depth=5 --origin my git@github.com:typebrook/vimrc.git ~/.vim_runtime && \ |
14 | cd ~/.vim_runtime && git remote add origin git@github.com:amix/vimrc.git && \ | 14 | cd ~/.vim_runtime && git remote add origin git@github.com:amix/vimrc.git && \ |
15 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ | 15 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ |
16 | fi | 16 | fi |