mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00: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
|
||||
|
||||
Run `brew install romkatv/powerlevel10k/powerlevel10k` and add
|
||||
`source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme` to `~/.zshrc`.
|
||||
```zsh
|
||||
brew install romkatv/powerlevel10k/powerlevel10k
|
||||
echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
|
@ -1482,6 +1484,7 @@ There are a few mitigation options for this issue.
|
|||
- [Zgen](#zgen)
|
||||
- [Zplugin](#zplugin)
|
||||
- [Zinit](#zinit)
|
||||
- [Homebrew](#homebrew)
|
||||
- [Configuration](#configuration)
|
||||
- [For new users](#for-new-users)
|
||||
- [For Powerlevel9k users](#for-powerlevel9k-users)
|
||||
|
|
Loading…
Reference in a new issue