mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
7 lines
180 B
Bash
7 lines
180 B
Bash
echo "Add minimal starship prompt to terminal"
|
|
|
|
if omarchy-cmd-missing starship; then
|
|
omarchy-pkg-add starship
|
|
cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml
|
|
fi
|