Skip to main content

macOS

Set up your terminalโ€‹

As the standard terminal only supports 256 colors, we advise using iTerm2 or any other modern day macOS terminal that supports ANSI characters.

info

To display all icons, we recommend the use of a Nerd Font.

Installationโ€‹

A Homebrew Formula and Cask (macOS only) are available for easy installation.

Linux

When installing Homebrew for Linux, be sure to follow Next steps instructions to add Homebrew to your PATH and to your bash shell profile script, and Requirements to build Oh My Posh.

brew install jandedobbeleer/oh-my-posh/oh-my-posh

This installs two things:

  • oh-my-posh - Executable, added to $(brew --prefix)/bin
  • themes - The latest Oh My Posh themes

If you want to use a predefined theme, you can find them in $(brew --prefix oh-my-posh)/themes, referencing them as such will always keep them compatible when updating Oh My Posh.

Updateโ€‹

brew update && brew upgrade oh-my-posh
tip

In case you see strange behaviour in your shell, reload it after upgrading Oh My Posh. For example in zsh:

brew update && brew upgrade && exec zsh

Nextโ€‹

Now that Oh My Posh is installed, you can go ahead and configure your terminal and shell to get the prompt to look exactly like you want.