X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/31036b38da4f923c8afdce37aa87573c37eb8d99..68cd21a9e728be519620a9f3ae107cdb4fa6fffe:/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