starship/docs/presets
Artyom Belousov c8a5adb412
feat: Add starship preset command (#4112)
* Add starship preset command

* Use ValueEnum for preset command

* Generate ValueEnum struct in build.rs

* Use absolute paths and refactor codegen

* Use dunce to canonicalize path

* Use raw string literal in include_bytes!

* Use .cloned()

* Apply fixes

* Fix path escaping

* Removed error message if stdout is unavailable

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2022-08-02 11:51:15 +02:00
..
README.md docs(preset): add Pastel Powerline preset (#3761) 2022-03-18 13:24:54 -04:00
bracketed-segments.md feat: Add starship preset command (#4112) 2022-08-02 11:51:15 +02:00
nerd-font.md feat: Add starship preset command (#4112) 2022-08-02 11:51:15 +02:00
no-runtimes.md feat: Add starship preset command (#4112) 2022-08-02 11:51:15 +02:00
pastel-powerline.md feat: Add starship preset command (#4112) 2022-08-02 11:51:15 +02:00
plain-text.md feat: Add starship preset command (#4112) 2022-08-02 11:51:15 +02:00
pure-preset.md feat: Add starship preset command (#4112) 2022-08-02 11:51:15 +02:00

README.md

Presets

Here is a collection of community-submitted configuration presets for Starship. If you have a preset to share, please submit a PR updating this file! 😊

To get details on how to use a preset, simply click on the image.

Nerd Font Symbols

This preset changes the symbols for each module to use Nerd Font symbols.

Screenshot of Nerd Font Symbols preset

Bracketed Segments

This preset changes the format of all the built-in modules to show their segment in brackets instead of using the default Starship wording ("via", "on", etc.).

Screenshot of Bracketed Segments preset

Plain Text Symbols

This preset changes the symbols for each module into plain text. Great if you don't have access to Unicode.

Screenshot of Plain Text Symbols preset

No Runtime Versions

This preset hides the version of language runtimes. If you work in containers or virtualized environments, this one is for you!

Screenshot of Hide Runtime Versions preset

Pure Prompt

This preset emulates the look and behavior of Pure.

Screenshot of Pure preset

Pastel Powerline

This preset is inspired by M365Princess. It also shows how path substitution works in starship.

Screenshot of Pastel Powerline preset