mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-14 20:58:12 -08:00
fix(docs): fonts under installation
This commit is contained in:
parent
1aa7e058f8
commit
a88bea85c2
|
@ -5,7 +5,7 @@ sidebar_label: General
|
||||||
---
|
---
|
||||||
|
|
||||||
import Tabs from "@theme/Tabs";
|
import Tabs from "@theme/Tabs";
|
||||||
import TabItem from "@theme/TabItem"
|
import TabItem from "@theme/TabItem";
|
||||||
|
|
||||||
Oh My Posh renders your prompt based on the definition of _blocks_ (like Lego) which contain one or more _segments_.
|
Oh My Posh renders your prompt based on the definition of _blocks_ (like Lego) which contain one or more _segments_.
|
||||||
A really simple configuration could look like this. The default format is `json`, but we also support `toml` and `yaml`.
|
A really simple configuration could look like this. The default format is `json`, but we also support `toml` and `yaml`.
|
||||||
|
@ -175,7 +175,7 @@ While for yaml:
|
||||||
Converters won't catch this change, so you will need to adjust manually.
|
Converters won't catch this change, so you will need to adjust manually.
|
||||||
|
|
||||||
[releases]: https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest
|
[releases]: https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest
|
||||||
[font]: /docs/configuration/fonts
|
[font]: /docs/installation/fonts
|
||||||
[schema]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/schema.json
|
[schema]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/schema.json
|
||||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
|
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
|
||||||
[colors]: /docs/configuration/colors
|
[colors]: /docs/configuration/colors
|
||||||
|
|
Loading…
Reference in a new issue