oh-my-posh

# https://ohmyposh.dev/docs/installation
Install-Module oh-my-posh -Scope CurrentUser -AllowPrerelease
Get-PoshThemes
code $profile
Set-PoshPrompt -Theme paradox
. $profile
git clone https://github.com/powerline/fonts.git
cd fonts
./install.ps1

Install-Module ZLocation -Scope CurrentUser; Import-Module ZLocation; Add-Content -Value "`r`n`r`nImport-Module ZLocation`r`n" -Encoding utf8 -Path $PROFILE.CurrentUserAllHosts