]> git.rmz.io Git - dotfiles.git/commitdiff
Makefile: install msmtp
authorSamir Benmendil <samir@fppnt.com>
Mon, 14 Oct 2019 09:57:22 +0000 (10:57 +0100)
committerSamir Benmendil <samir@fppnt.com>
Mon, 14 Oct 2019 09:57:22 +0000 (10:57 +0100)
Makefile

index 6ba4acf81826151c1ef66f776f7be0655f8a4f4a..b214a5e21c6243eb6eb76dd43dae1f4751afea24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ XDG_CACHE_HOME  ?= ~/.cache
 XDG_DATA_HOME   ?= ~/.local/share
 
 FILES := bin
-DOTFILES := goobookrc msmtp* profile tmux.conf Xresources
+DOTFILES := goobookrc profile tmux.conf Xresources
 CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb
 
 .PHONY: core_files
@@ -50,6 +50,11 @@ mpd: systemd
        systemctl --user start mpd
 .PHONY: mpd
 
+msmtp:
+       ln -sfT $(APATH)/msmtprc ~/.msmtprc
+       ln -sfT $(APATH)/msmtp ~/.msmtp
+.PHONY: msmtp
+
 mutt: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/mutt $(XDG_CONFIG_HOME)/mutt
 .PHONY: mutt