π Crampack For Starship π
A clean, vivid prompt preset for Starship, rethinking the classic Linux/BSD/macOS default terminal prompt - but extended for modern workflows. It delivers high-contrast readability in a compact, vibrant layout, showing all the project info in comprehensive format. Provides four (project affection indicator) variants: Nerd Font icons, plain text, emoji, or full text.
- Run the following command in terminal:
# For Windows (PowerShell)
irm "https://git.new/crampack-ps" | iex
# For Linux and macOS (Bash)
bash <(curl -fsSL "https://git.new/crampack-sh")- Select a prompted variant:
- 1: Standard (Nerd Font) β
crampack.toml - 2: Plain text (Unicode Symbols) β
crampack-plain-text.toml - 3: Emoji β
crampack-emoji.toml - 4: Full text β
crampack-full-text.toml
- Reload shell (don't needed actually) to see the result.
Tip
(For PowerShell users) Sometimes you may not needed all the previous prompt information, so you can replace the previous-printed prompt with just $ symbol. For setup see Starship docs.
To change palette, edit palette key in ~/.config/starship.toml to one of the following:
mellowlushfervorblaze
-
Standard: Nerd Font icons (e.g.:
for staged,
for modified,
for ahead).
- Plain text: ASCII/Unicode (e.g.: + for staged, * for modified, β for ahead).
- Emoji: colorful emoji (e.g.: β for staged, βοΈ for modified, β¬οΈ for ahead).
- Full text: full Git state words (e.g.: staged, modified, ahead).
All include directory truncation, git branch/status, and vim support.
Β
Made with π. Published under MIT license.