mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-01-13 20:37:51 +02:00
README Homebrew installation script fix (#1222)
make homebrew installation instructions work on darwin-arm64 and linux
This commit is contained in:
parent
68abcc86d4
commit
7b0698debf
@ -421,7 +421,7 @@ supported by Powerlevel10k.
|
||||
|
||||
```zsh
|
||||
brew install romkatv/powerlevel10k/powerlevel10k
|
||||
echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
|
||||
echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
|
||||
```
|
||||
|
||||
### Arch Linux
|
||||
|
Loading…
Reference in New Issue
Block a user