aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-27 21:42:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-27 21:42:11 +1200
commita2eef97c06af1783215937a530c49a52232da82f (patch)
tree5813621e55295ac5f586d96a2f3f30cadea0fe87 /Makefile
parentSwitch .xinitrc to .xsession (diff)
downloaddotfiles-a2eef97c06af1783215937a530c49a52232da82f.tar.gz
dotfiles-a2eef97c06af1783215937a530c49a52232da82f.zip
Add ncmpcpp config
Just switching off window title changes at present.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1beb06fd..8cf0e3e8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@
install-mpv \
install-mutt \
install-mysql \
+ install-ncmpcpp \
install-newsboat \
install-perlcritic \
install-perltidy \
@@ -496,6 +497,10 @@ install-mutt: install-gnupg install-mail mutt/filters/markdown-to-html
cp -p -- mutt/filters/markdown-to-html \
$(HOME)/.local/libexec/mutt/filters
+install-ncmpcpp:
+ mkdir -p -- $(XDG_CONFIG_HOME)/ncmpcpp
+ cp -p -- ncmpcpp/config $(XDG_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