From 460605809b1db9fb4c65ed1f0ee989b473011e85 Mon Sep 17 00:00:00 2001 From: ehawman-rosenberg Date: Mon, 2 May 2022 18:43:50 +0000 Subject: [PATCH] fix: broken link in /docs/themes --- docs/docs/themes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/themes.md b/docs/docs/themes.md index 89d317ed..4c0542f1 100644 --- a/docs/docs/themes.md +++ b/docs/docs/themes.md @@ -5,19 +5,19 @@ sidebar_label: 🎨 Themes --- Oh My Posh comes with many themes included out-of-the-box. Below are some screenshots of the more common themes. -For the full updated list of themes, [view the themes][themes] in Github. If you are using PowerShell, you can +For the full updated list of themes, [view the themes][themes] in Github. If you are using PowerShell, you can display every available theme using the following PowerShell cmdlet. ```powershell Get-PoshThemes ``` -Once you're ready to swap to a theme, follow the steps described in [πŸš€ Replace your existing prompt][replace-you-existing-prompt]. +Once you're ready to swap to a theme, follow the steps described in [πŸš€ Get started > Customize][installation-customize]. Themes with `minimal` in their names do not require a Nerd Font. Read about [πŸ†ŽFonts][fonts] for more information. [themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes [fonts]: /docs/configuration/fonts -[replace-you-existing-prompt]: /docs/prompt +[installation-customize]: /docs/installation/customize