X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/617f95512ebdd81038185550c2540e03c4026df2..refs/heads/ultrahaptics:/Makefile diff --git a/Makefile b/Makefile index 034683d..4961cd4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) FILES := bin DOTFILES := conky* goobookrc msmtp* mutt profile tmux.conf weechat Xresources -CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch xbindkeys xkb +CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -25,11 +25,17 @@ qutebrowser: ~/.config mkdir -p ~/downloads .PHONY: qutebrowser -mpd: +mpd: systemd ln -sfT $(APATH)/mpd ~/.config/mpd mkdir -p ~/.local/share/mpd/playlists + systemctl --user enable mpd + systemctl --user start mpd .PHONY: mpd +pms: + ln -sfT $(APATH)/pms ~/.config/pms +.PHONY: pms + ncmpcpp: ln -sfT $(APATH)/ncmpcpp ~/.config/ncmpcpp mkdir -p ~/.local/share/mpd/lyrics @@ -39,6 +45,12 @@ systemd: ln -sfT $(APATH)/$@ ~/.config/$@ .PHONY: systemd +gnupg: systemd + ln -sfT $(APATH)/$@ ~/.config/$@ + systemctl --user enable gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket + systemctl --user start gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket +.PHONY: gnupg + zsh: ln -sfT $(APATH)/zshrc ~/.zshrc ln -sfT $(APATH)/zprofile ~/.zprofile