summaryrefslogtreecommitdiffstats
path: root/Makefile.hornet
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-27 20:37:30 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-27 20:37:30 -0500
commitffc6b6e8165518808ff31192920c80ec638ae3bb (patch)
tree8a336ef3e9c9166d85b4790844a9f017e398e10e /Makefile.hornet
parent138ad2385fad783583c045b3cf516fe0b94b9320 (diff)
downloadconf-ffc6b6e8165518808ff31192920c80ec638ae3bb.tar.gz
conf-ffc6b6e8165518808ff31192920c80ec638ae3bb.zip
remove a bunch of unused stuff
Diffstat (limited to 'Makefile.hornet')
-rw-r--r--Makefile.hornet6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.hornet b/Makefile.hornet
index 3b2ef25..2963fe4 100644
--- a/Makefile.hornet
+++ b/Makefile.hornet
@@ -10,7 +10,6 @@ INSTALL := \
.config/perspektiv/config.toml \
.mbsyncrc \
.mbsyncloop \
- .mpdscribble \
.notmuch-config \
.ssh/authorized_keys \
.xbindkeysrc \
@@ -35,7 +34,6 @@ INSTALL_CUSTOM := \
BUILD := \
config/alacritty/alacritty.yml \
- mpdscribble/mpdscribble.conf \
mbsyncloop
install ::
@@ -70,7 +68,3 @@ config/darksky/api : config/darksky
mbsyncloop: mbsyncrc
@sed 's/^PassCmd.*/PassCmd "head -n1 \/run\/user\/1000\/mbsyncloop"/' mbsyncrc > mbsyncloop
-
-mpdscribble/mpdscribble.conf : mpdscribble/mpdscribble.conf.tmpl
- pass="$$(rbw get last.fm doyster)" &&\
- perl -E'while (<STDIN>) { if (/^password =/) { say "password = $$ARGV[0]" } else { print } }' "$$pass" < $< > $@