2019-12-24 03:32:48 +00:00
# Presets
Here is a collection of community-submitted configuration presets for Starship.
If you have a preset to share, please [submit a PR ](https://github.com/starship/starship/edit/master/docs/presets/README.md ) updating this file! 😊
2022-03-08 21:54:26 +00:00
To get details on how to use a preset, simply click on the image.
2019-12-24 03:32:48 +00:00
2022-03-11 20:48:44 +00:00
## [Nerd Font Symbols](./nerd-font.md)
2019-12-24 03:32:48 +00:00
2022-03-08 21:54:26 +00:00
This preset changes the symbols for each module to use Nerd Font symbols.
2019-12-24 03:32:48 +00:00
2022-03-08 21:54:26 +00:00
[![Screenshot of Nerd Font Symbols preset ](/presets/img/nerd-font-symbols.png "Click to view Nerd Font Symbols preset" )](./nerd-font)
2019-12-24 03:32:48 +00:00
2022-11-01 07:38:46 +00:00
## [No Nerd Fonts](./no-nerd-font.md)
This preset changes the symbols for several modules so that no Nerd Font symbols
are used anywhere in the prompt.
::: tip
2023-01-03 08:55:03 +00:00
2022-11-01 07:38:46 +00:00
This preset will become the default preset [in a future release of starship ](https://github.com/starship/starship/pull/3544 ).
2023-01-03 08:55:03 +00:00
2022-11-01 07:38:46 +00:00
:::
[Click to view No Nerd Font preset ](./no-nerd-font )
2022-03-11 20:48:44 +00:00
## [Bracketed Segments](./bracketed-segments.md)
2021-05-20 19:36:48 +00:00
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.).
2022-03-08 21:54:26 +00:00
[![Screenshot of Bracketed Segments preset ](/presets/img/bracketed-segments.png "Click to view Bracketed Segments preset" )](./bracketed-segments)
2021-05-22 17:08:21 +00:00
2022-03-11 20:48:44 +00:00
## [Plain Text Symbols](./plain-text.md)
2021-05-22 17:08:21 +00:00
2022-03-08 21:54:26 +00:00
This preset changes the symbols for each module into plain text. Great if you
don't have access to Unicode.
2021-05-22 17:08:21 +00:00
2022-03-08 21:54:26 +00:00
[![Screenshot of Plain Text Symbols preset ](/presets/img/plain-text-symbols.png "Click to view Plain Text Symbols preset" )](./plain-text)
2021-05-22 17:08:21 +00:00
2022-03-11 20:48:44 +00:00
## [No Runtime Versions](./no-runtimes.md)
2021-07-19 18:30:24 +00:00
This preset hides the version of language runtimes. If you work in containers or virtualized environments, this one is for you!
2022-03-08 21:54:26 +00:00
[![Screenshot of Hide Runtime Versions preset ](/presets/img/no-runtime-versions.png "Click to view No Runtime Versions preset" )](./no-runtimes)
2021-07-19 18:30:24 +00:00
2022-11-06 21:39:04 +00:00
## [No Empty Icons](./no-empty-icons.md)
This preset does not show icons if the toolset is not found.
[![Screenshot of No Empty Icons preset ](/presets/img/no-empty-icons.png "Click to view No Runtime Versions preset" )](./no-empty-icons.md)
2022-03-11 20:48:44 +00:00
## [Pure Prompt](./pure-preset.md)
2021-10-01 00:03:45 +00:00
This preset emulates the look and behavior of [Pure ](https://github.com/sindresorhus/pure ).
2022-03-08 21:54:26 +00:00
[![Screenshot of Pure preset ](/presets/img/pure-preset.png "Click to view Pure Prompt preset" )](./pure-preset)
2022-03-18 17:24:54 +00:00
## [Pastel Powerline](./pastel-powerline.md)
This preset is inspired by [M365Princess ](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/M365Princess.omp.json ).
It also shows how path substitution works in starship.
[![Screenshot of Pastel Powerline preset ](/presets/img/pastel-powerline.png "Click to view Pure Prompt preset" )](./pastel-powerline)
2022-11-30 08:36:03 +00:00
## [Tokyo Night](./tokyo-night.md)
This preset is inspired by [tokyo-night-vscode-theme ](https://github.com/enkia/tokyo-night-vscode-theme ).
[![Screenshot of Tokyo Night preset ](/presets/img/tokyo-night.png "Click to view Tokyo Night preset" )](./tokyo-night)
2023-08-02 15:32:03 +00:00
## [Gruvbox Rainbow](./gruvbox-rainbow.md)
This preset is heavily inspired by [Pastel Powerline ](./pastel-powerline.md ), and [Tokyo Night ](./tokyo-night.md ).
[![Screenshot of Gruvbox Rainbow preset ](/presets/img/gruvbox-rainbow.png "Click to view Gruvbox Rainbow preset" )](./gruvbox-rainbow)
2024-02-27 08:20:32 +00:00
## [Jetpack](./jetpack.md)
This is a pseudo minimalist preset inspired by the [geometry ](https://github.com/geometry-zsh/geometry ) and [spaceship ](https://github.com/spaceship-prompt/spaceship-prompt ) prompts.
[![Screenshot of Jetpack preset ](/presets/img/jetpack.png "Click to view Jetpack preset" )](./jetpack)