If NOT starship, install it
This commit is contained in:
parent
50c5f742dd
commit
40d850fdb3
@ -1,6 +1,6 @@
|
||||
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
|
||||
cp $OMARCHY_PATH/config/starship.toml ~/.config/starship.toml
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user