summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-15 02:51:45 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-15 02:51:45 -0400
commit03b064b03d1f94b20d80da5a7fb71a1dd95370f9 (patch)
tree4b3ee8d3de6c10aa2c16a90b8c5a90d92aaea96e /Makefile
parentab77a842d85d332cdd6f54bd696a948ee0211f0f (diff)
downloadconf-03b064b03d1f94b20d80da5a7fb71a1dd95370f9.tar.gz
conf-03b064b03d1f94b20d80da5a7fb71a1dd95370f9.zip
customize starship config per host and user
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56c0449..ad84719 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,8 @@ BUILD := \
$(addsuffix .dat,$(filter-out %.dat,$(wildcard local/share/fortune/*))) \
$(addsuffix tags,$(wildcard vim/pack/*/start/*/doc/)) \
vim/spell/en.utf-8.add.spl \
- less
+ less \
+ config/starship.toml
INSTALLED_SYMLINKS := \
$(patsubst %,$(INTO)/%,$(INSTALL)) \
@@ -150,4 +151,7 @@ local/share/fortune/%.dat : local/share/fortune/%
@vim -u NONE -c':mkspell! $< | :q'
less : lesskey
- lesskey -o $@ $<
+ @lesskey -o $@ $<
+
+config/starship.toml : config/starship.toml.PL
+ @perl $< $$USER $$(hostname) > $@