mirror of
https://github.com/starship/starship.git
synced 2024-11-23 00:33:16 +01: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>
22 lines
806 B
Markdown
22 lines
806 B
Markdown
[Вернуться к пресетам](./#nerd-font-symbols)
|
|
|
|
# Пресет Nerd Font Symbols
|
|
|
|
Этот пресет изменяет символы для каждого модуля на символы Nerd Font.
|
|
|
|
![Скриншот предустановки Nerd Font Symbols](/presets/img/nerd-font-symbols.png)
|
|
|
|
### Обязательные требования
|
|
|
|
- Установленный и включенный шрифт [Nerd Font](https://www.nerdfonts.com/) вашем терминале (пример использует Fira Code Nerd Font)
|
|
|
|
### Конфигурация
|
|
|
|
```sh
|
|
starship preset nerd-font-symbols -o ~/.config/starship.toml
|
|
```
|
|
|
|
[Нажмите, чтобы загрузить TOML](/presets/toml/nerd-font-symbols.toml)
|
|
|
|
<<< @/public/presets/toml/nerd-font-symbols.toml
|