mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -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 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_.
|
||||
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.
|
||||
|
||||
[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
|
||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
|
||||
[colors]: /docs/configuration/colors
|
||||
|
|
Loading…
Reference in a new issue