winget install janDeDobbeleer.OhMyPosh
documents/powerShell/Microsoft.PowerShell_profile.ps1
oh-my-posh --init --shell pwsh --config ~/jandedobbeleer.omp.json | Invoke-Expression
. $PROFILE
dir jandedobbeleer.omp.json /s
then go to directory outputted
https://gist.github.com/shanselman/1f69b28bfcc4f7716e49eb5bb34d7b2c?WT.mc_id=-blog-scottha
put it in the theme directory folder
in the Microsoft.PowerShell_profile.ps1 add
oh-my-posh --init --shell pwsh --config C:\Users\rredo\Documents\GitHub\prompt\ohmyposhv3.json | Invoke-Expression
install-Module -Name Terminal-Icons -Repository PSGallery
Import-Module -Name Terminal-Icons
Install-Module PSReadLine -AllowPrerelease -Force
Set-PSReadLineOption -PredictionSource History
install-Module z -AllowClobber
https://www.hanselman.com/blog/powershell-720-could-not-load-type-systemmanagementautomationsubsystempredictionresult https://www.hanselman.com/blog/how-to-make-a-pretty-prompt-in-windows-terminal-with-powerline-nerd-fonts-cascadia-code-wsl-and-ohmyposh