JanDeDobbeleer / oh-my-posh

The most customisable and low-latency cross platform/shell prompt renderer
https://ohmyposh.dev
MIT License
17.52k stars 2.4k forks source link

Oh-My-Posh on PS5.1 and with NerdFonts installed - Documentation does not show how to configure. #5755

Closed francisco-lafe closed 1 month ago

francisco-lafe commented 1 month ago

Code of Conduct

What would you like to see changed/added?

This could change in the documentation! https://ohmyposh.dev/docs/installation/fonts

I see that this is oriented to be used on Windows Terminal or VIsual Studio (and Code).

Are there any specific instructions for PS5.1? The default one on Win10

JanDeDobbeleer commented 1 month ago

This is the same guide... Unless if you refer to the PowerShell terminal which is ancient tech and should not be used, you can use 5.1 inside Windows Terminal.

francisco-lafe commented 1 month ago

Yes, I was referring to the PowerShell terminal that ships with Windows 10.

Understandable, is not supported. Thansk.

JanDeDobbeleer commented 1 month ago

@francisco-lafe it "works", but it's heavily outdated so not adviced.

francisco-lafe commented 1 month ago

Yeah, I was just having this issue of the icons not showing, but I think it was because the nerdfonts were updated and my theme is old, so the unicodes changed. image I recall that some "automated" method existed to replace all old characters with new ones but I couldn't find it, so no biggie. It's not broken, it's just referencing the wrong icon

JanDeDobbeleer commented 1 month ago

You can use oh-my-posh config migrate glyphs --write for this (hasn't been validated in a while).

francisco-lafe commented 1 month ago

That did the trick @JanDeDobbeleer ! Thanks image