aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-01-17 11:56:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2021-01-17 11:56:33 +1300
commit75c9a75fa9144d79b4e9a5d7a0bc647812774b8c (patch)
tree89f89c8785f09efd0fe6c1c11d54074f3d72f3a2 /Makefile
parentMerge branch 'release/v10.23.0' into develop (diff)
downloaddotfiles-75c9a75fa9144d79b4e9a5d7a0bc647812774b8c.tar.gz
dotfiles-75c9a75fa9144d79b4e9a5d7a0bc647812774b8c.zip
Remove MPD and ncmpcpp config
They're too short, and very host-specific.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index a7bae4e6..96c706cf 100644
--- a/Makefile
+++ b/Makefile
@@ -27,11 +27,9 @@
install-login-shell \
install-mail \
install-man \
- install-mpd \
install-mpv \
install-mutt \
install-mysql \
- install-ncmcpp \
install-newsboat \
install-perlcritic \
install-perltidy \
@@ -469,11 +467,6 @@ install-man:
mkdir -p -- $(XDG_DATA_HOME)/man/man7
cp -p -- man/man7/dotfiles.7df $(XDG_DATA_HOME)/man/man7
-install-mpd: install-sh
- mkdir -p -- $(HOME)/.mpd/playlists
- cp -p -- mpd/profile.d/*.sh $(HOME)/.profile.d
- cp -p -- mpd/mpdconf $(HOME)/.mpdconf
-
install-mpv:
mkdir -p -- $(XDG_CONFIG_HOME)/mpv
cp -p -- mpv/* $(XDG_CONFIG_HOME)/mpv
@@ -494,10 +487,6 @@ install-mutt: install-gnupg install-mail mutt/filters/markdown-to-html
cp -p -- mutt/filters/markdown-to-html \
$(HOME)/.local/libexec/mutt/filters
-install-ncmcpp: install-mpd
- mkdir -p -- $(HOME)/.ncmpcpp
- cp -p -- ncmpcpp/config $(HOME)/.ncmpcpp
-
install-newsboat: install-systemd
mkdir -p -- $(XDG_CONFIG_HOME)/newsboat $(XDG_DATA_HOME)/newsboat
cp -p -- newsboat/config $(XDG_CONFIG_HOME)/newsboat