mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
simplify brew installation instructions; update toc
This commit is contained in:
parent
5c1cf2cbcb
commit
2a4538e25e
1 changed files with 5 additions and 2 deletions
|
@ -392,8 +392,10 @@ supported by Powerlevel10k.
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
|
||||||
Run `brew install romkatv/powerlevel10k/powerlevel10k` and add
|
```zsh
|
||||||
`source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme` to `~/.zshrc`.
|
brew install romkatv/powerlevel10k/powerlevel10k
|
||||||
|
echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
@ -1482,6 +1484,7 @@ There are a few mitigation options for this issue.
|
||||||
- [Zgen](#zgen)
|
- [Zgen](#zgen)
|
||||||
- [Zplugin](#zplugin)
|
- [Zplugin](#zplugin)
|
||||||
- [Zinit](#zinit)
|
- [Zinit](#zinit)
|
||||||
|
- [Homebrew](#homebrew)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [For new users](#for-new-users)
|
- [For new users](#for-new-users)
|
||||||
- [For Powerlevel9k users](#for-powerlevel9k-users)
|
- [For Powerlevel9k users](#for-powerlevel9k-users)
|
||||||
|
|
Loading…
Reference in a new issue