X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f26ddc3e4f44ad230ffb78a7b6ee1d527d5c56c8..7df65770c72d33710d370e80c708b1fd72315112:/Makefile diff --git a/Makefile b/Makefile index 6ba4acf..b214a5e 100644 --- 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