omarchy/migrations/1755436367.sh
2025-08-24 17:35:24 +02:00

7 lines
196 B
Bash

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