ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
577 stars 330 forks source link

issue with the rendering of the custom font #101

Closed BletaJonatan closed 1 month ago

BletaJonatan commented 1 month ago

Hello everybody i'm currently on: WIN10 64 bit last version Powershell 7.4.4

i cant seem to be able to render the text correctly after installing the profile: ~  ~  ~  cd .\Desktop\ ~\Desktop  immagine

now one more thing is that the profile errored out since i already had chocolatey so i deleted the folder and the script seemed to go without issue, problem is the script itself has issues if it finds the same chocolatey installation the script itself installed 5 minutes ago instead of skipping it.

BletaJonatan commented 1 month ago

i do understand that oh-my-posh says:

... To ensure correct rendering of the glyphs you will need to enable the option Use the new text renderer ("AtlasEngine") in your terminal settings. For further details, see here. ...

but it gives the same thing on the terminal app as well.

v-amorim commented 1 month ago

@BletaJonatan Are you using Powershell or (powershell inside) Windows Terminal?

Both you need to set the default font, and it need to be a Nerd Font to be able to see icons

BletaJonatan commented 1 month ago

powershell inside the terminal app, after a bit of searching i found the font option and managed to see the custom icons, but somehow now i lost the custom theme?

immagine

BletaJonatan commented 1 month ago

the 0xproto nerd font is installed and selected, the edit profile function was not used.

BletaJonatan commented 1 month ago

i've understood that i needed to reapply the theme as well in the profile ps1, my bad.