X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e10211e9ff6910274db8b733fb36306c4e578583..6ac9b41a9b80a36abbd08f699da1abdf8c56118b:/Makefile diff --git a/Makefile b/Makefile index 663bd67..e67827e 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ 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 @@ -26,6 +29,7 @@ mutt: ~/.config .PHONY: mutt gdb: + mkdir ~/.local/share/gdb ln -sfT $(APATH)/gdbinit ~/.gdbinit ln -sfT $(APATH)/cgdb ~/.cgdb .PHONY: gdb