diff options
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 |