diff options
| author | typebrook <typebrook@gmail.com> | 2019-01-21 23:29:34 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-01-21 23:29:34 +0800 |
| commit | 0be3a54e99767172a567523b7898f1eb75135ff5 (patch) | |
| tree | 4a765a82dc2f57e04421b1e375124095535314a7 | |
| parent | 9b1192c42be7948f52cd13680729c034bc4cacb6 (diff) | |
update
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -4,6 +4,10 @@ apply-alias: | |||
| 4 | rm -f ~/.bash_aliases | 4 | rm -f ~/.bash_aliases |
| 5 | ln -s `pwd`/alias ~/.bash_aliases | 5 | ln -s `pwd`/alias ~/.bash_aliases |
| 6 | apply-vim: | 6 | apply-vim: |
| 7 | if [ ! -d "~/.vim_runtime" ]; then \ | ||
| 8 | git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime && \ | ||
| 9 | sh ~/.vim_runtime/install_awesome_vimrc.sh; \ | ||
| 10 | fi | ||
| 7 | rm -f ~/.vim_runtime/my_configs.vim | 11 | rm -f ~/.vim_runtime/my_configs.vim |
| 8 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim | 12 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim |
| 9 | apply-tig: | 13 | apply-tig: |