Add minimal starship prompt to terminal

Co-authored-by: @tobi
This commit is contained in:
David Heinemeier Hansson
2025-08-17 09:59:44 -04:00
co-authored by @tobi
parent 7ca72c598a
commit 55330cce88
4 changed files with 29 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
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