Back to Oh My Posh

Homebrew

website/docs/installation/homebrew.md

29.12.0533 B
Original Source
<!-- markdownlint-disable-next-line MD041 -->

A Homebrew Formula and Cask are available for easy installation.

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

Updating is done via:

bash
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:

bash
brew update && brew upgrade && exec zsh

:::