Skip to content

anki-code/starship-prompt-mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monochrome style for starship prompt. Using single color without emoji to stay focused on command line.

Concept

  • No color juggling and spam with emojis.
  • Focus on input line and current directory.
  • Command always starts at a fixed position.
  • Output is separated by a line.
  • Time matters.

Appearance

image

Install

mkdir -p ~/.config
wget https://raw.githubusercontent.com/anki-code/starship-prompt-mono/refs/heads/main/starship.toml
vim starship.toml  # Set your shell character: `@` - xonsh, `$` - bash, `%` - zsh, `~>` - fish.
# Run the shell with starship support.

Notes

Using with xonsh

Use starship-prompt-mono with xonsh via xontrib-prompt-starship.

Credits