✨ Lovely Powershell is here to make it easy to have a pretty PowerShell. Utilizing oh-my-posh and custom console settings via concfg.
set-executionpolicy remotesigned -s currentuser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
2. Install the powershell bucket
scoop bucket add powershell-tools https://github.com/krokofant/scoop-powershell-bucket.git
scoop install lovelypowershell
And then add the import to your powershell profile
Import-Module LovelyPowershell
Might not remove all graphical changes like terminal colors.
scoop uninstall lovelypowershell