diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-03 11:50:04 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-03 11:50:04 +0800 |
| commit | 5159ed22d5920a04b841d8d5ac332f5f9fdb5bda (patch) | |
| tree | 414a907d2f970a125b33a3ae4fce77f1d1b5b132 | |
| parent | fad3ac5a73601557fba54f3c17054f91b44ceab1 (diff) | |
update
| -rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -1,6 +1,10 @@ | |||
| 1 | .PHONY: * | 1 | .PHONY: * |
| 2 | 2 | ||
| 3 | all: vim git tig | 3 | all: git vim tig |
| 4 | |||
| 5 | git: | ||
| 6 | rm -f ~/.gitconfig | ||
| 7 | ln -s `pwd`/gitconfig ~/.gitconfig | ||
| 4 | 8 | ||
| 5 | vim: | 9 | vim: |
| 6 | # amix-vimrc | 10 | # amix-vimrc |
| @@ -15,10 +19,6 @@ vim: | |||
| 15 | rm -f ~/.vim_runtime/my_configs.vim | 19 | rm -f ~/.vim_runtime/my_configs.vim |
| 16 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim | 20 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim |
| 17 | 21 | ||
| 18 | git: | ||
| 19 | rm -f ~/.gitconfig | ||
| 20 | ln -s `pwd`/gitconfig ~/.gitconfig | ||
| 21 | |||
| 22 | tig: | 22 | tig: |
| 23 | rm -f ~/.tigrc | 23 | rm -f ~/.tigrc |
| 24 | ln -s `pwd`/tigrc ~/.tigrc | 24 | ln -s `pwd`/tigrc ~/.tigrc |