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