mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
update alpine linux installation instructions
This commit is contained in:
parent
89ecd6539a
commit
6b128d48d6
1 changed files with 4 additions and 3 deletions
|
@ -510,8 +510,9 @@ Historically, [it has been breaking often and for extended periods of time](
|
||||||
### Alpine Linux
|
### Alpine Linux
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
apk add zsh-theme-powerlevel10k
|
apk add zsh zsh-theme-powerlevel10k
|
||||||
echo 'source /usr/share/zsh/plugins/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
|
mkdir -p ~/.local/share/zsh/plugins
|
||||||
|
ln -s /usr/share/zsh/plugins/powerlevel10k ~/.local/share/zsh/plugins/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
Loading…
Reference in a new issue