Applications/tools/starship.md
2024-04-03 22:04:13 +02:00

515 B

Starship Prompt

Starship is a minimal, blazing-fast, and infinitely customizable prompt for any shell.

Project Homepage: Starship: Cross-Shell Prompt Documentation: Configuration | Starship

Installation

Linux

  1. Install the latest version for your system:
curl -sS https://starship.rs/install.sh | sh
  1. Add the following to the end of ~/.bashrc or ~/.zshrc:
eval "$(starship init bash)"
# -- or --
eval "$(starship init zsh)"