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