X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a6ea1a1fa2e612852376b6deab07cb2388608fc8..630dffb9f1cbc31b03ce38f148089c7f31e04d2a:/Makefile diff --git a/Makefile b/Makefile index d8da053..e67827e 100644 --- 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