From 03b064b03d1f94b20d80da5a7fb71a1dd95370f9 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 15 Jul 2023 02:51:45 -0400 Subject: customize starship config per host and user --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) > $@ -- cgit v1.2.3-54-g00ecf