Installation
Installing the module:
All you have to do is run this command in the terminal:
Install-Module oh-my-posh -Scope CurrentUser
Installing fonts for glyph support:
Additional fonts are required for supporting glyphs like this:

(Yes, Oh My Posh also supports displaying now playing songs from Spotify and many more 😉)
Oh My Posh recommends using NerdFonts for this purpose. I personally use CaskaydiaCove Nerd Font but you can use any other you like.
Once you've downloaded and installed the font, you need to open the Windows Terminal settings.json file which can be accessed from the settings menu by pressing Ctrl + ,

In the JSON file, add
"fontFace": "Name of the font you downloaded"
Like this:

And now you're good to go!
2
