mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-23 20:50:07 +00:00
docs: add Sheldon to Installation in README
This commit is contained in:
parent
2b7da93df0
commit
59ff7f8bef
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -431,6 +431,7 @@ Powerlevel10k.
|
|||
- [Arch Linux](#arch-linux)
|
||||
- [Alpine Linux](#alpine-linux)
|
||||
- [Fig](#fig)
|
||||
- [Sheldon](#sheldon)
|
||||
|
||||
### Manual
|
||||
|
||||
|
@ -554,6 +555,21 @@ ln -s /usr/share/zsh/plugins/powerlevel10k ~/.local/share/zsh/plugins/
|
|||
Follow the instructions on
|
||||
[this page](https://fig.io/plugins/other/powerlevel10k).
|
||||
|
||||
### Sheldon
|
||||
|
||||
Add the following to the Sheldon config file.
|
||||
|
||||
```toml
|
||||
[plugins.powerlevel10k]
|
||||
github = "romkatv/powerlevel10k"
|
||||
```
|
||||
|
||||
Or run the following to automatically add it.
|
||||
|
||||
```zsh
|
||||
sheldon add powerlevel10k --github romkatv/powerlevel10k
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
- [For new users](#for-new-users)
|
||||
|
|
Loading…
Reference in a new issue