X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/adb08bd4e31993ab091aaada083fff4af0c957b7..38db91ce3ddb86d7d25251121d61869485888ce5:/Makefile diff --git a/Makefile b/Makefile index 12dcded..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 weechat 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 @@ -94,6 +99,12 @@ xprofile: ln -sfT $(APATH)/xprofile ~/.xprofile .PHONY: xprofile +weechat: $(XDG_CONFIG_HOME) $(XDG_CACHE_HOME) + ln -sfT $(APATH)/weechat $(XDG_CONFIG_HOME)/weechat + mkdir -p $(XDG_CACHE_HOME)/weechat +.PHONY: weechat + + zsh: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/zshrc ~/.zshrc ln -sfT $(APATH)/zshenv ~/.zshenv