From 59d7a0eeef6eb95bb277eed785f7425a10e4a8a0 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Fri, 30 Oct 2020 08:44:24 +0100 Subject: [PATCH] chore: add NF cheat sheet info resolves #109 --- docs/docs/installation.mdx | 2 ++ docs/docs/package-powershell.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/docs/installation.mdx b/docs/docs/installation.mdx index 945f6a99..e6f0effc 100644 --- a/docs/docs/installation.mdx +++ b/docs/docs/installation.mdx @@ -15,6 +15,7 @@ but you may have to set `$TERM` to `xterm-256color` for it to work. :::caution Font icons For maximum enjoyment, make sure to **install** and **configure** your terminal to use a powerline enabled font. The fonts we use are patched by [Nerd Fonts][nerdfonts], which offer a maximum of icons you can use to configure your prompt. +To easily find the icon you want, have a look at their [cheat sheet][nf-cheat]. ::: Oh my Posh was designed using [Meslo LGM NF][meslo], so if you happen to see missing icons either change to that font or replace the icons @@ -192,6 +193,7 @@ Make sure `~/downloadedtheme.json` points to your downloaded or adjusted theme. 🎉🎉🎉 [nerdfonts]: https://www.nerdfonts.com/ +[nf-cheat]: https://www.nerdfonts.com/cheat-sheet [meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip [powershell]: /docs/powershell [themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes diff --git a/docs/docs/package-powershell.mdx b/docs/docs/package-powershell.mdx index 7aa82ac6..1aef31fa 100644 --- a/docs/docs/package-powershell.mdx +++ b/docs/docs/package-powershell.mdx @@ -9,6 +9,7 @@ A package that includes useful helper functions to install and configure Oh my P :::caution Font icons For maximum enjoyment, make sure to **install** and **configure** your terminal to use a powerline enabled font. The fonts we use are patched by [Nerd Fonts][nerdfonts], which offer a maximum of icons you can use to configure your prompt. +To easily find the icon you want, have a look at their [cheat sheet][nf-cheat]. ::: ## Installation @@ -45,3 +46,4 @@ Write-PoshTheme ``` [nerdfonts]: https://www.nerdfonts.com/ +[nf-cheat]: https://www.nerdfonts.com/cheat-sheet