diff options
| author | typebrook <typebrook@gmail.com> | 2019-01-21 23:08:48 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-01-21 23:08:48 +0800 |
| commit | 9b1192c42be7948f52cd13680729c034bc4cacb6 (patch) | |
| tree | 437db2f9d0441e04fc8f7d8436f661dce77e9503 /Makefile | |
| parent | 1863476fd67c3b247d9f3ca5bd115cab23a4d3ee (diff) | |
update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -1,12 +1,14 @@ | |||
| 1 | all: apply-alias apply-vim apply-tig | ||
| 2 | |||
| 1 | apply-alias: | 3 | apply-alias: |
| 2 | rm -f ~/.bash_aliases | 4 | rm -f ~/.bash_aliases |
| 3 | ln -s `pwd`/.bash_aliases ~/.bash_aliases | 5 | ln -s `pwd`/alias ~/.bash_aliases |
| 4 | apply-vim: | 6 | apply-vim: |
| 5 | rm -f ~/.vim_runtime/my_configs.vim | 7 | rm -f ~/.vim_runtime/my_configs.vim |
| 6 | ln -s `pwd`/.vimrc ~/.vim_runtime/my_configs.vim | 8 | ln -s `pwd`/vimrc ~/.vim_runtime/my_configs.vim |
| 7 | apply-tig: | 9 | apply-tig: |
| 8 | rm -f ~/.tigrc | 10 | rm -f ~/.tigrc |
| 9 | ln -s `pwd`/.tigrc ~/.tigrc | 11 | ln -s `pwd`/tigrc ~/.tigrc |
| 10 | push: | 12 | push: |
| 11 | git commit -am "update" | 13 | git commit -am "update" |
| 12 | git push | 14 | git push |