From c6ee50dcebe7e5c3677b4dfa32f7cf176fc22652 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 28 Oct 2020 17:21:52 -0700 Subject: mpd: install mpd on linux default configuration is to rely on the nas to manage the library, and to use samba to access the files. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c1ad336..32a6a55 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ desktop: @ln -sf $(PWD)/xsession $(HOME)/.xsession @ln -sf $(PWD)/Xresources $(HOME)/.Xresources @ln -sf $(PWD)/config/i3 $(HOME)/.config/i3 + @ln -sf $(PWD)/config/mpd $(HOME)/.config/mpd @ln -sf $(PWD)/config/user-dirs.dirs $(HOME)/.config/user-dirs.dirs .PHONY: modmap -- cgit 1.4.1