diff options
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,3 +1,5 @@ | |||
1 | .PHONY: * | ||
2 | |||
1 | all: alias vim git tig | 3 | all: alias vim git tig |
2 | 4 | ||
3 | alias: | 5 | alias: |
@@ -31,12 +33,8 @@ tig: | |||
31 | rm -f ~/.tigrc | 33 | rm -f ~/.tigrc |
32 | ln -s `pwd`/tigrc ~/.tigrc | 34 | ln -s `pwd`/tigrc ~/.tigrc |
33 | 35 | ||
34 | push: | ||
35 | git commit -am "update" | ||
36 | git push | ||
37 | |||
38 | crontab: | 36 | crontab: |
39 | (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab - | 37 | (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab - |
40 | 38 | ||
41 | bashrc: | 39 | bashrc: |
42 | echo "~/settings/scripts/sync.sh" >> ~/.bashrc | 40 | echo "~/git/settings/scripts/sync.sh" >> ~/.bashrc |