From 24352f76ff88c6f2ef84b9a4813d84f43fd9c006 Mon Sep 17 00:00:00 2001 From: Jason Lautzenheiser Date: Wed, 20 Apr 2022 07:57:19 -0400 Subject: [PATCH] update readme.md with note to keep oh-my-posh updated --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd4c6cf..93d1869 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ I use [oh-my-posh](https://ohmyposh.dev) for my custom prompt. Check out this g To make it look properly, you will need to download and install a Nerd Font that contains the icons used in oh-my-posh. Follow the instructions here: [oh-my-posh Nerd Fonts](https://ohmyposh.dev/docs/config-fonts) +oh-my-posh is updated very frequently with new features and bug fixes. I recommend keeping it updated. + +Powershell to install an update +```powershell +Update-Module oh-my-posh +``` +the restart powershell or reload your profile. + +If you using oh-my-posh with bash or some other shell your update procedure will be different. + ## Setup Edit your profile script, which by using the following in your powershell terminal: @@ -66,4 +76,4 @@ this will clean up older installed versions of oh-my-posh ```console remove-old-modules -includeAll ``` -This flag will remove all installed modules returned by a call to ```Get-InstalledModule ``` \ No newline at end of file +This flag will remove all installed modules returned by a call to ```Get-InstalledModule ```