Skip to content

Commit

Permalink
update readme.md with note to keep oh-my-posh updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLautzenheiser authored Apr 20, 2022
1 parent 70fccc9 commit 24352f7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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 ```
This flag will remove all installed modules returned by a call to ```Get-InstalledModule ```

0 comments on commit 24352f7

Please sign in to comment.