mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
docs(homebrew): add requirements to installation
This commit is contained in:
parent
e0020aaf74
commit
a3109c0c08
|
@ -1,4 +1,6 @@
|
|||
A [Homebrew][brew] formula is available for easy installation. When installing Homebrew for Linux, be sure to follow *[Next steps][nextsteps]* instructions to add Homebrew to your PATH and to your bash shell profile script.
|
||||
A [Homebrew][brew] formula is available for easy installation. When installing Homebrew for Linux,
|
||||
be sure to follow *[Next steps][nextsteps]* instructions to add Homebrew to your PATH and to your
|
||||
bash shell profile script, and *[Requirements][requirements]* to build Oh My Posh.
|
||||
|
||||
```bash
|
||||
brew install jandedobbeleer/oh-my-posh/oh-my-posh
|
||||
|
@ -28,6 +30,7 @@ brew update && brew upgrade && exec zsh
|
|||
:::
|
||||
|
||||
[brew]: https://brew.sh
|
||||
[requirements]: https://docs.brew.sh/Homebrew-on-Linux#requirements
|
||||
[nextsteps]: https://docs.brew.sh/Homebrew-on-Linux#install
|
||||
[themes]: https://ohmyposh.dev/docs/themes
|
||||
[strange]: https://github.com/JanDeDobbeleer/oh-my-posh/issues/1287
|
||||
|
|
Loading…
Reference in a new issue