summaryrefslogtreecommitdiffstats
path: root/Makefile.hush
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.hush')
-rw-r--r--Makefile.hush6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.hush b/Makefile.hush
index dcb3946..e8c8fd2 100644
--- a/Makefile.hush
+++ b/Makefile.hush
@@ -1,5 +1,7 @@
INSTALL := \
.config/alacritty/alacritty.yml \
+ .config/darksky/api \
+ .config/darksky/location \
.config/touchegg/touchegg.conf \
.i3status.conf \
.notmuch-config \
@@ -47,8 +49,8 @@ $(INTO)/.services/enabled/% : services/available/%
$(MKDIR) $(dir $<)
$(LN) ../available/$(notdir $<) $@
-wunderground :
- pass show websites/wunderground.com/wunderground@tozt.net > $@
+config/darksky/api :
+ pass show websites/darksky.net/api > $@
mpdscribble/mpdscribble.conf : mpdscribble/mpdscribble.conf.tmpl
pass="$$(pass show websites/last.fm/doyster)" &&\