mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs(homebrew): correct path of themes
This commit is contained in:
parent
6c36e9adf3
commit
9ab318d4e0
|
@ -1,7 +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.
|
||||
|
||||
```bash
|
||||
brew tap jandedobbeleer/oh-my-posh
|
||||
brew install jandedobbeleer/oh-my-posh/oh-my-posh
|
||||
```
|
||||
|
||||
|
@ -10,7 +9,7 @@ This installs two things:
|
|||
- `oh-my-posh` - Executable, added to `$(brew --prefix)/bin`
|
||||
- `themes` - The latest Oh My Posh [themes][themes]
|
||||
|
||||
If you want to use a standard theme, you can find them in `$(brew --prefix)/oh-my-posh/themes`, referencing them as such
|
||||
If you want to use a standard 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
|
||||
|
|
Loading…
Reference in a new issue