mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-13 08:46:34 +00:00
7485c90c9f
* feat(docs): move to vitepress * change up hero styles to match existing site * A bit more style tweaking * Replace stylus with plain CSS * improve unicode-range value for nerdfont --------- Co-authored-by: Matan Kushner <hello@matchai.dev>
21 lines
511 B
Markdown
21 lines
511 B
Markdown
[Return to Presets](./#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 -o ~/.config/starship.toml
|
|
```
|
|
|
|
[Click to download TOML](/presets/toml/no-nerd-font.toml)
|
|
|
|
<<< @/public/presets/toml/no-nerd-font.toml
|