From e0279be8b20d573050073c6a9cc9ffed0fe39300 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Wed, 15 Dec 2021 15:25:12 -0800 Subject: [PATCH] Next steps link for path brew command won't work without updating path and profile script -- just a suggestion to add to the install doc for folks not famiiar with Homebrew --- docs/docs/install-homebrew.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/install-homebrew.mdx b/docs/docs/install-homebrew.mdx index 9dbbe2ec..a7334dc5 100644 --- a/docs/docs/install-homebrew.mdx +++ b/docs/docs/install-homebrew.mdx @@ -1,4 +1,4 @@ -A [Homebrew][brew] formula is available for easy installation. +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. ```bash brew tap jandedobbeleer/oh-my-posh @@ -33,6 +33,7 @@ brew update && brew upgrade && exec zsh The guides below assume you copied the theme called `jandedobbeleer.omp.json` to your user's `$HOME` folder. When using brew, you can find this one at `$(brew --prefix oh-my-posh)/themes/jandedobbeleer.omp.json`. -[brew]: https://brew.sh +[brew]: brew.sh +[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