X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9554cbb8fb8133c65b83c80c59f48b226c1a2b92..90d75a42c06145a45319b9fa111fc5dad0648dca:/Makefile diff --git a/Makefile b/Makefile index 0a2513a..8a2c883 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 systemd xbindkeys xkb +CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -25,9 +25,11 @@ 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 ncmpcpp: @@ -35,6 +37,10 @@ ncmpcpp: mkdir -p ~/.local/share/mpd/lyrics .PHONY: ncmpcpp +systemd: + ln -sfT $(APATH)/$@ ~/.config/$@ +.PHONY: systemd + zsh: ln -sfT $(APATH)/zshrc ~/.zshrc ln -sfT $(APATH)/zprofile ~/.zprofile