aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-27 01:24:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-27 01:24:48 +1200
commitab306b1e801d812580325137dfc057ab67bffaef (patch)
tree84057f94d06e107eada0a631aafef613f46d2015 /Makefile
parentRemove unused 'ack' alias from gitconfig (diff)
downloaddotfiles-ab306b1e801d812580325137dfc057ab67bffaef.tar.gz
dotfiles-ab306b1e801d812580325137dfc057ab67bffaef.zip
Add Makefile target for Taskwarrior config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8491ae94..f3dd884a 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,10 @@ install-sh :
install-terminfo :
for info in $(PWD)/terminfo/*.info ; do tic "$$info" ; done
+install-task :
+ rm -f $(HOME)/.taskrc
+ ln -s $(PWD)/task/taskrc $(HOME)/.taskrc
+
install-tmux :
rm -f $(HOME)/.tmux.conf
ln -s $(PWD)/tmux/tmux.conf $(HOME)/.tmux.conf