terminal
Slatewave for Oh My Posh
A prompt theme that carries the Slatewave palette to your terminal.
- Latest release
- 0.0.3 · last month
- Last commit
- last month
About this theme
An Oh My Posh configuration that mirrors Slatewave's editor palette so your terminal and editor feel like two views of the same environment.
Slatewave for Oh My Posh matches the editor theme’s accent colors so the transition between editor and terminal feels continuous. Works in zsh, bash, fish, and PowerShell.
Install
Don't have the CLI yet? Install the Slatewave CLI →
-
Slatewave CLI
One command on macOS, Linux, or Windows — fetches the config and wires the `oh-my-posh init` line into your shell rc (PowerShell `$PROFILE` on Windows). Reverses cleanly via `slatewave uninstall oh-my-posh`.
slatewave install oh-my-posh -
curl
Pull the theme directly into Oh My Posh's config directory.
curl -fsSL https://raw.githubusercontent.com/kevinlangleyjr/slatewave-omp/main/slatewave.omp.json -o ~/.config/oh-my-posh/slatewave.omp.json -
Activate
Point Oh My Posh at the theme in your shell config.
- Install Oh My Posh (https://ohmyposh.dev)
- Add `eval "$(oh-my-posh init zsh --config ~/.config/oh-my-posh/slatewave.omp.json)"` to your shell rc
- Restart your shell