mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 21:07:52 +00:00
feat(preset): Add no-nerd-font preset (#4517)
* feat(preset): Add powerline-only-symbols preset Related to #2563 & #3544 * Modify symbols for pulumi and erlang * Change some wording and add default notification * Update name of preset Co-authored-by: Kevin Song <chips@ksong.dev>
This commit is contained in:
parent
d3cf18ffe9
commit
4d86a4c7ae
15
docs/.vuepress/public/presets/toml/no-nerd-font.toml
Normal file
15
docs/.vuepress/public/presets/toml/no-nerd-font.toml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[battery]
|
||||||
|
full_symbol = "• "
|
||||||
|
charging_symbol = "⇡ "
|
||||||
|
discharging_symbol = "⇣ "
|
||||||
|
unknown_symbol = "❓ "
|
||||||
|
empty_symbol = "❗ "
|
||||||
|
|
||||||
|
[erlang]
|
||||||
|
symbol = "ⓔ "
|
||||||
|
|
||||||
|
[nodejs]
|
||||||
|
symbol = "[⬢](bold green) "
|
||||||
|
|
||||||
|
[pulumi]
|
||||||
|
symbol = "🧊 "
|
@ -11,6 +11,17 @@ This preset changes the symbols for each module to use Nerd Font symbols.
|
|||||||
|
|
||||||
[![Screenshot of Nerd Font Symbols preset](/presets/img/nerd-font-symbols.png "Click to view Nerd Font Symbols preset")](./nerd-font)
|
[![Screenshot of Nerd Font Symbols preset](/presets/img/nerd-font-symbols.png "Click to view Nerd Font Symbols preset")](./nerd-font)
|
||||||
|
|
||||||
|
## [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
|
||||||
|
This preset will become the default preset [in a future release of starship](https://github.com/starship/starship/pull/3544).
|
||||||
|
:::
|
||||||
|
|
||||||
|
[Click to view No Nerd Font preset](./no-nerd-font)
|
||||||
|
|
||||||
## [Bracketed Segments](./bracketed-segments.md)
|
## [Bracketed Segments](./bracketed-segments.md)
|
||||||
|
|
||||||
This preset changes the format of all the built-in modules to show their segment
|
This preset changes the format of all the built-in modules to show their segment
|
||||||
|
20
docs/presets/no-nerd-font.md
Normal file
20
docs/presets/no-nerd-font.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[Return to Presets](./README.md#no-nerd-fonts)
|
||||||
|
|
||||||
|
# No Nerd Fonts Preset
|
||||||
|
|
||||||
|
This preset restricts the use of symbols to those from emoji and powerline sets.
|
||||||
|
|
||||||
|
This means that even without a Nerd Font installed, you should be able to view
|
||||||
|
all module symbols.
|
||||||
|
|
||||||
|
This preset will become the default preset in a future release of starship.
|
||||||
|
|
||||||
|
### Configuration
|
||||||
|
|
||||||
|
```sh
|
||||||
|
starship preset no-nerd-font > ~/.config/starship.toml
|
||||||
|
```
|
||||||
|
|
||||||
|
[Click to download TOML](/presets/toml/no-nerd-font.toml)
|
||||||
|
|
||||||
|
<<< @/.vuepress/public/presets/toml/no-nerd-font.toml
|
Loading…
Reference in New Issue
Block a user