omarchy/migrations/1755436367.sh
David Heinemeier Hansson 55330cce88 Add minimal starship prompt to terminal
Co-authored-by: @tobi
2025-08-17 09:59:44 -04:00

7 lines
186 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