From ffc6b6e8165518808ff31192920c80ec638ae3bb Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 27 Dec 2021 20:37:30 -0500 Subject: remove a bunch of unused stuff --- Makefile.hornet | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile.hornet') 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 () { if (/^password =/) { say "password = $$ARGV[0]" } else { print } }' "$$pass" < $< > $@ -- cgit v1.2.3-54-g00ecf