From: Samir Benmendil Date: Sun, 15 Jan 2017 00:24:53 +0000 (+0000) Subject: Makefile: enable mpd when installing config X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/90d75a42c06145a45319b9fa111fc5dad0648dca Makefile: enable mpd when installing config --- diff --git a/Makefile b/Makefile index 034683d..8a2c883 100644 --- a/Makefile +++ b/Makefile @@ -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: