mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
186 B
Bash
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
|