Catppuccin for Oh My Posh
Usage (Windows Terminal)
- Install Oh My Posh
- Creat $PROFILE (run in PowerShell)
New-Item -Path $PROFILE -Type File -Force
- Open $PROFILE (run in PowerShell)
notepad $PROFILE
- You can find the themes in the folder indicated by the environment variable POSH_THEMES_PATH. Copy next line into the opened $PROFILE and save:
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\catppuccin_mocha.omp.json" | Invoke-Expression
- Reload you $PROFILE (run in PowerShell)
. $PROFILE
See official documentation for
Themes for Windows Terminal from images.
Copyright © 2021-present Catppuccin Org