aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-07 00:54:06 +0800
committertypebrook <typebrook@gmail.com>2019-05-07 00:54:06 +0800
commite6f182c1abe9084ae6ae31e45fa912e9ae84430b (patch)
tree16ca62d74a51f7a682af0e8a21786f8c7a912294 /Makefile
parent6c0468a6acdc1000a0bef5e40a3aa5a4f810c6e2 (diff)
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 957119e..674394e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
1.PHONY: *
2
1all: alias vim git tig 3all: alias vim git tig
2 4
3alias: 5alias:
@@ -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
34push:
35 git commit -am "update"
36 git push
37
38crontab: 36crontab:
39 (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab - 37 (crontab -l 2>/dev/null; cat scripts/*.cron) | crontab -
40 38
41bashrc: 39bashrc:
42 echo "~/settings/scripts/sync.sh" >> ~/.bashrc 40 echo "~/git/settings/scripts/sync.sh" >> ~/.bashrc