mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
If NOT starship, install it
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
echo "Add minimal starship prompt to terminal"
|
echo "Add minimal starship prompt to terminal"
|
||||||
|
|
||||||
if command -v starship &>/dev/null; then
|
if ! command -v starship &>/dev/null; then
|
||||||
yay -S --noconfirm starship
|
yay -S --noconfirm starship
|
||||||
cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml
|
cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user