🚀 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 | sourceConfiguration
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.