aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-18 16:18:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-18 16:18:17 +1200
commit352a33c76a2833d353c707d95d7561f93a03cb8a (patch)
treeca07e19aa14b9f87a0b6c723f1763cecac52e074 /Makefile
parentAllow setting a prompt mode for the shell (diff)
downloaddotfiles-352a33c76a2833d353c707d95d7561f93a03cb8a.tar.gz
dotfiles-352a33c76a2833d353c707d95d7561f93a03cb8a.zip
Refactor mpd/ncmpcpp stuff completely
This has been neglected. Switch to per-user mpd process instantiated on login via .profile.d. Cut back ncmpcpp config until I have time to write one that's compatible with 0.8.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b552fc1..65e85ffc 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@
install-ksh \
install-less \
install-login-shell \
+ install-mpd \
install-mutt \
install-mysql \
install-ncmcpp \
@@ -386,12 +387,17 @@ install-less:
cp -p -- less/lesskey $(HOME)/.lesskey
lesskey
+install-mpd: install-sh
+ mkdir -p -- $(HOME)/.profile.d $(HOME)/.mpd $(HOME)/.mpd/playlists
+ cp -p .. mpd/profile.d/mpd.sh $(HOME)/.profile.d
+ cp -p -- mpd/mpdconf $(HOME)/.mpdconf
+
install-mutt:
mkdir -p -- $(HOME)/.muttrc.d $(HOME)/.cache/mutt
cp -p -- mutt/muttrc $(HOME)/.muttrc
cp -p -- mutt/muttrc.d/src $(HOME)/.muttrc.d
-install-ncmcpp:
+install-ncmcpp: install-mpd
mkdir -p -- $(HOME)/.ncmpcpp
cp -p -- ncmpcpp/config $(HOME)/.ncmpcpp