mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
docs(brew): update install location
brew installs to /opt/homebrew on Apple silicon.
This commit is contained in:
parent
0d366149b9
commit
01d5a483ef
|
@ -7,10 +7,10 @@ brew install oh-my-posh
|
|||
|
||||
This installs two things:
|
||||
|
||||
- `oh-my-posh` - Executable, added to `/usr/local/bin`
|
||||
- `oh-my-posh` - Executable, added to `$(brew --prefix)`
|
||||
- `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