Home Power Shell.- OhMyPosh configuration
Post
Cancel

Power Shell.- OhMyPosh configuration

Configura Oh My Posh for PowerShell

Oh My Posh

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'
This post is licensed under CC BY 4.0 by the author.