X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0deda2e542ad599edb923a49cb4bf15a6717fe13..6eaf95464888c19a933634dd745c259b4b459b68:/Makefile diff --git a/Makefile b/Makefile index 8892687..3184bb6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ APATH := $(realpath .) FILES := bin -DOTFILES := goobookrc msmtp* mutt profile tmux.conf weechat Xresources +DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -16,6 +16,10 @@ vim: git clone https://github.com/gmarik/vundle ~/.local/share/vim/vundle .PHONY: vim +mutt: + ln -sfT $(APATH)/mutt ~/.config/mutt +.PHONY: mutt + gdb: ln -sfT $(APATH)/gdbinit ~/.gdbinit ln -sfT $(APATH)/cgdb ~/.cgdb