]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
vim: add `= default` to "class" snippet
[dotfiles.git] / Makefile
index d8da053456ba8fd63a0ab28821b77da40fc1bf54..e67827e089bf8404ca2bf3a3c3cc5adb89a960ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,12 @@ install: $(FILES) $(DOTFILES) $(CONFIGFILES)
 ~/.config:
        mkdir -p ~/.config
 
+task: ~/.config
+       ln -sfT $(APATH)/taskrc ~/.config/taskrc
+
 git: ~/.config
        ln -sfT $(APATH)/git ~/.config/git
+       ln -sfT $(APATH)/tig ~/.config/tig
 .PHONY: git
 
 vim: ~/.config
@@ -25,6 +29,7 @@ mutt: ~/.config
 .PHONY: mutt
 
 gdb:
+       mkdir ~/.local/share/gdb
        ln -sfT $(APATH)/gdbinit ~/.gdbinit
        ln -sfT $(APATH)/cgdb ~/.cgdb
 .PHONY: gdb