starship
CLIMinimal, blazing-fast, infinitely customizable prompt for any shell.
1 views
Installation
Homebrew
brew install starshipScript
curl -fsSL https://starship.rs/install.sh | shLinks
License
ISCAI 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)"' >> ~/.zshrcGenerate default config🟢 99% success
starship print-config > ~/.config/starship.toml