mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
docs(homebrew): adjust details about installation
This commit is contained in:
parent
45468a7314
commit
7e1f4a743d
|
@ -2,12 +2,12 @@ A [Homebrew][brew] formula is available for easy installation. When installing H
|
|||
|
||||
```bash
|
||||
brew tap jandedobbeleer/oh-my-posh
|
||||
brew install oh-my-posh
|
||||
brew install jandedobbeleer/oh-my-posh/oh-my-posh
|
||||
```
|
||||
|
||||
This installs two things:
|
||||
|
||||
- `oh-my-posh` - Executable, added to `$(brew --prefix)`
|
||||
- `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
|
||||
|
|
Loading…
Reference in a new issue