From 517814c347a76478faf763efbd9be3fccb20004f Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Tue, 5 Aug 2025 21:29:47 +0200 Subject: fix starship creates ~/.config/ (which does not exist by default) and actually installs the program --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index 2848c01..27ff904 100755 --- a/run.sh +++ b/run.sh @@ -280,6 +280,8 @@ alias .....="cd ../../../.." alias bc="bc -q" alias c="rsync -P" EOF +curl -sS https://starship.rs/install.sh | sh +mkdir -p ~/.config/ curl -L https://starship.rs/config-schema.json --output ~/.config/starship-schema.json tee ~/.config/starship.toml << EOF "\$schema" = '~/.config/starship-schema.json' -- cgit v1.2.3