omarchy/migrations/1755436367.sh
David Heinemeier Hansson 40d850fdb3 If NOT starship, install it
2025-08-17 10:09:23 -04:00

7 lines
188 B
Bash

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