mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
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
This commit is contained in:
parent
8e3f5dc701
commit
e0279be8b2
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue