Configura Oh My Posh for PowerShell
Winget
1
winget install JanDeDobbeleer.OhMyPosh --source winget
Download CaskaydianMono Nerd Font
https://ohmyposh.dev/docs/installation/fonts
1
oh-my-posh font install CascadiaCode
Configure Prompt
https://ohmyposh.dev/docs/installation/prompt
Create profile file
1
2
New-Item -Path $PROFILE -Type File -Force
notepad $PROFILE
Profile file content
1
2
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\craver.omp.json" | Invoke-Expression
$env:Path += ';D:\Jorge\Tweeks\Scripts'