Skip to content

Monochrome style for @starship prompt.

License

Notifications You must be signed in to change notification settings

anki-code/starship-prompt-mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

If you like the idea click ⭐ on the repo and spread the word about it.

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

(starship-prompt-mono with xonsh shell)

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. To make an accent to the input take a look LolcatProcessor.

Credits