# Oh My Posh

> Install, configure, or troubleshoot Oh My Posh/ohmyposh: shell init, themes, segments, Nerd Font icons, and prompt setup on PowerShell, zsh, bash, or fish.

- Skill: `jandedobbeleer/oh-my-posh` (Agent Skill, multi-file: 14 files)
- Install (CLI): `npx skillmds@latest add jandedobbeleer/oh-my-posh`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jandedobbeleer/oh-my-posh/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jandedobbeleer (https://skillmd.com/u/jandedobbeleer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jandedobbeleer/oh-my-posh

---


# Oh My Posh

> Oh My Posh is a cross-shell, cross-platform prompt theme engine. It displays Git status,
> language versions, cloud context, system metrics and more in a beautifully themed
> terminal prompt — 119 segments in all.

## How to use this skill

1. **Identify the user's OS** → follow the matching installation guide:
   - [Windows installation](/skills/ohmyposh/installation/windows.md)
   - [macOS installation](/skills/ohmyposh/installation/macos.md)
   - [Linux installation](/skills/ohmyposh/installation/linux.md)

2. **Identify the user's shell** → follow the matching shell setup guide:
   - [PowerShell](/skills/ohmyposh/shell/powershell.md)
   - [Bash](/skills/ohmyposh/shell/bash.md)
   - [Zsh](/skills/ohmyposh/shell/zsh.md)
   - [Fish](/skills/ohmyposh/shell/fish.md)
   - [Nu / Nushell](/skills/ohmyposh/shell/nu.md)
   - [Cmd (via Clink)](/skills/ohmyposh/shell/cmd.md)
   - [Elvish](/skills/ohmyposh/shell/elvish.md)
   - [Xonsh](/skills/ohmyposh/shell/xonsh.md)
   - [Yash](/skills/ohmyposh/shell/yash.md)

3. **Install a Nerd Font** — required for icons and glyphs:

   ```bash
   oh-my-posh font install meslo
   ```

   `oh-my-posh font list` prints every installable font. Recommended: **Meslo LGM NF**.
   Set it in the terminal emulator's font settings after installing.

4. **Customize the prompt** → see [configuration](/skills/ohmyposh/configuration.md)

## Detect the current shell

If the user is unsure which shell they are using (requires oh-my-posh to be installed first):

```bash
oh-my-posh get shell
```

## Troubleshooting

- **Icons show as boxes** — install a Nerd Font and set it in the terminal emulator.
- **`oh-my-posh` not found after install** — restart the terminal or add the install path to `$PATH`.
- **Slow prompt** -- enable async rendering by setting `"async": true` at the top level of your config.

Full documentation: <https://ohmyposh.dev/docs>
FAQ: <https://ohmyposh.dev/docs/faq>

