starship

CLI

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

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

2 curated recipes · not yet executed by the harness#prompt#shell#customization#rust

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Initialize starship in zsh

~97% est.
echo 'eval "$(starship init zsh)"' >> ~/.zshrc

Generate default config

~99% est.
starship print-config > ~/.config/starship.toml

Install

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

Agent 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.

Homepage ↗Repository ↗ISC0 views