starship

CLI

Minimal, blazing-fast, infinitely customizable prompt for any shell.

1 views

Installation

Homebrewbrew install starship
Scriptcurl -fsSL https://starship.rs/install.sh | sh

Links

License

ISC

AI Agent Notes

Cross-shell prompt showing git, language, and cloud context

When to use

Setting up an informative shell prompt across zsh/fish/bash

Proven Recipes

Initialize starship in zsh🟢 97% success
echo 'eval "$(starship init zsh)"' >> ~/.zshrc
Generate default config🟢 99% success
starship print-config > ~/.config/starship.toml