diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
| @@ -1,10 +1,6 @@ | |||
| 1 | .PHONY: * | 1 | .PHONY: * |
| 2 | 2 | ||
| 3 | all: alias vim git tig | 3 | all: vim git tig |
| 4 | |||
| 5 | alias: | ||
| 6 | rm -f ~/.bash_aliases | ||
| 7 | ln -s `pwd`/alias ~/.bash_aliases | ||
| 8 | 4 | ||
| 9 | vim: | 5 | vim: |
| 10 | # amix-vimrc | 6 | # amix-vimrc |
| @@ -36,5 +32,6 @@ tig: | |||
| 36 | crontab: | 32 | crontab: |
| 37 | (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab - | 33 | (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab - |
| 38 | 34 | ||
| 35 | # some fix needed | ||
| 39 | bashrc: | 36 | bashrc: |
| 40 | echo "~/git/settings/scripts/sync.sh" >> ~/.bashrc | 37 | echo "~/git/settings/scripts/sync.sh" >> ~/.bashrc |