mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs(fonts): remove Meslo specification
This commit is contained in:
parent
6ee743793a
commit
384204f0f2
|
@ -10,8 +10,6 @@ import TabItem from "@theme/TabItem";
|
||||||
### Nerd Fonts
|
### Nerd Fonts
|
||||||
|
|
||||||
Oh My Posh was designed to use [Nerd Fonts][nerdfonts]. Nerd Fonts are popular fonts that are patched to include icons.
|
Oh My Posh was designed to use [Nerd Fonts][nerdfonts]. Nerd Fonts are popular fonts that are patched to include icons.
|
||||||
We recommend [Meslo LGM NF][meslo], but any Nerd Font should be compatible with the standard [themes][themes].
|
|
||||||
|
|
||||||
To see the icons displayed in Oh My Posh, **install** a [Nerd Font][nerdfonts], and **configure** your terminal to use it.
|
To see the icons displayed in Oh My Posh, **install** a [Nerd Font][nerdfonts], and **configure** your terminal to use it.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
@ -42,6 +40,12 @@ When running as a regular user, the fonts will be installed in the user's font d
|
||||||
oh-my-posh font install
|
oh-my-posh font install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This will present a list of Nerd Font libraries, from which you can select `Meslo`, which includes the `Meslo LGM NF` font we recommend. Note that you can also install it directly via:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
oh-my-posh font install meslo
|
||||||
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="homebrew">
|
<TabItem value="homebrew">
|
||||||
|
|
||||||
|
@ -128,8 +132,6 @@ The `minimal` themes do not make use of Nerd Font icons.
|
||||||
[Creating your own theme][configuration] is always an option too 😊
|
[Creating your own theme][configuration] is always an option too 😊
|
||||||
|
|
||||||
[nerdfonts]: https://www.nerdfonts.com/
|
[nerdfonts]: https://www.nerdfonts.com/
|
||||||
[meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/Meslo.zip
|
|
||||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
|
|
||||||
[configuration]: /docs/installation/customize
|
[configuration]: /docs/installation/customize
|
||||||
[wt-issue-8993]: https://github.com/microsoft/terminal/issues/8993
|
[wt-issue-8993]: https://github.com/microsoft/terminal/issues/8993
|
||||||
[vs-otf]: https://stackoverflow.com/questions/75252606/is-it-possible-to-use-nerd-fonts-as-the-font-for-terminals-in-visual-studio
|
[vs-otf]: https://stackoverflow.com/questions/75252606/is-it-possible-to-use-nerd-fonts-as-the-font-for-terminals-in-visual-studio
|
||||||
|
|
Loading…
Reference in a new issue