mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 20:30:07 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ supported by Powerlevel10k.
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
brew install romkatv/powerlevel10k/powerlevel10k
|
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
|
### Arch Linux
|
||||||
|
|
Loading…
Reference in a new issue