diff options
| author | typebrook <typebrook@gmail.com> | 2019-01-22 08:57:52 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-01-22 08:57:52 +0800 |
| commit | 9077017de51b539505f503ab35865ef33fa9f9ba (patch) | |
| tree | 8782f30bd5403bac44462800b92af80f3aee77fd | |
| parent | 65bfd3bed1d4514f28558726b34bdb091255b944 (diff) | |
update
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ apply-alias: | |||
| 5 | ln -s `pwd`/alias ~/.bash_aliases | 5 | ln -s `pwd`/alias ~/.bash_aliases |
| 6 | 6 | ||
| 7 | apply-vim: | 7 | apply-vim: |
| 8 | if [ ! -d "~/.vim_runtime" ]; then \ | 8 | if [ ! -d "$(HOME)/.vim_runtime" ]; then \ |
| 9 | git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \ | 9 | git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \ |
| 10 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ | 10 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ |
| 11 | fi | 11 | fi |