update alpine linux installation instructions

This commit is contained in:
Roman Perepelitsa 2022-06-06 17:33:29 +02:00
parent 89ecd6539a
commit 6b128d48d6

View file

@ -510,8 +510,9 @@ Historically, [it has been breaking often and for extended periods of time](
### Alpine Linux
```zsh
apk add zsh-theme-powerlevel10k
echo 'source /usr/share/zsh/plugins/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
apk add zsh zsh-theme-powerlevel10k
mkdir -p ~/.local/share/zsh/plugins
ln -s /usr/share/zsh/plugins/powerlevel10k ~/.local/share/zsh/plugins/
```
## Configuration