Installation

Windows

WinGet

winget install JanDeDobbeleer.OhMyPosh -s winget
winget upgrade JanDeDobbeleer.OhMyPosh -s winget

Chocolatey

Note

Package is maintained by a third party

Install chocolatey
Run powershell as admin

choco install oh-my-posh -y
choco upgrade oh-my-posh -y

Usage

# Install a font
oh-my-posh font install
# Initialize with preset theme
oh-my-posh init pwsh --config 'https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/catppuccin.omp.json' | Invoke-Expression
. $PROFILE

Appendix