knowledge/technology/applications/cli/starship.md
2025-05-27 08:47:41 +02:00

706 B

obj website repo rev
application https://starship.rs https://github.com/starship/starship 2025-05-27

🚀 Starship

The minimal, blazing-fast, and infinitely customizable prompt for any shell!

Setup

Install starship and add the following to your shells configuration:

# For bash
eval "$(starship init bash)"
# For zsh
eval "$(starship init zsh)"
# For fish
starship init fish | source

Configuration

Your shell prompt is build using modules showing relevant information.
You can customize these at ~/.config/starship.toml. All configuration for starship is done in this TOML file.
See this page for an overview of every configurable module.