diff options
author | typebrook <typebrook@gmail.com> | 2019-11-09 17:13:59 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-09 17:13:59 +0800 |
commit | 74b56112c08a010b890b894ac2abef58c8f0f77a (patch) | |
tree | 486d826f93bf4f33fc527753d820009d9edd7c31 /Makefile | |
parent | adc1c4462ad1c1d62dfc3e7caf95474da8724467 (diff) |
update
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 |