Install oh-my-posh from https://ohmyposh.dev/ and Meslo LGM NF nerd font https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
Install-Module oh-my-posh
Import-Module oh-my-posh
clone the repo inside home folder
oh-my-posh init pwsh --config "~\posh\.adynetro.omp.json" | Invoke-Expression
add poshprompt to $PROFILE
and reload the terminal
Install-Module PSReadLine -Force
add lines to $PROFILE
and reload the terminal
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Install-Module -Name Terminal-Icons -Repository PSGallery
and add this to $PROFILE
and reload the terminal
Import-Module -Name Terminal-Icons