diff options
| author | typebrook <typebrook@gmail.com> | 2019-05-07 00:54:06 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-05-07 00:54:06 +0800 |
| commit | e6f182c1abe9084ae6ae31e45fa912e9ae84430b (patch) | |
| tree | 16ca62d74a51f7a682af0e8a21786f8c7a912294 | |
| parent | 6c0468a6acdc1000a0bef5e40a3aa5a4f810c6e2 (diff) | |
update
| -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 |