summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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) > $@