starship
CLIMinimal, blazing-fast, infinitely customizable prompt for any shell.
Cross-shell prompt showing git, language, and cloud context
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Initialize starship in zsh
echo 'eval "$(starship init zsh)"' >> ~/.zshrcGenerate default config
starship print-config > ~/.config/starship.tomlInstall
Homebrew
brew install starshipScript
curl -fsSL https://starship.rs/install.sh | shAgent notes
- When to use
- Setting up an informative shell prompt across zsh/fish/bash
Use from an agent
curl -s https://clihub.com/api/tools/starship | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug starship on the MCP server at https://clihub.com/mcp.