If NOT starship, install it

This commit is contained in:
David Heinemeier Hansson 2025-08-17 10:09:23 -04:00
parent 50c5f742dd
commit 40d850fdb3

View File

@ -1,6 +1,6 @@
echo "Add minimal starship prompt to terminal" echo "Add minimal starship prompt to terminal"
if command -v starship &>/dev/null; then if ! command -v starship &>/dev/null; then
yay -S --noconfirm starship yay -S --noconfirm starship
cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml
fi fi