terminal
Slatewave for Oh My Posh
A prompt theme that carries the Slatewave palette to your terminal.
- Last commit
- 2 days ago
~/Development/getslatewave main
astro build
▲ building client for production...
✓ 42 modules transformed.
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
-
CLI
Pull the theme directly with curl.
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