]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
isync: support for multiple accounts + make hooks more modular
[dotfiles.git] / Makefile
index 9b8fe2ffdafb5c78cc8c162f527e54fb703f78b9..3184bb619f16f60853b29708be82c716bbfeda38 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 APATH := $(realpath .)
 
 FILES := bin
-DOTFILES := conky* 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,9 +16,14 @@ 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
+.PHONY: gdb
 
 awesome: ~/.config
        ln -sfT $(APATH)/awesome ~/.config/awesome