Skip to content

Commit 59ff7f8

Browse files
committed
docs: add Sheldon to Installation in README
1 parent 2b7da93 commit 59ff7f8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ Powerlevel10k.
431431
- [Arch Linux](#arch-linux)
432432
- [Alpine Linux](#alpine-linux)
433433
- [Fig](#fig)
434+
- [Sheldon](#sheldon)
434435

435436
### Manual
436437

@@ -554,6 +555,21 @@ ln -s /usr/share/zsh/plugins/powerlevel10k ~/.local/share/zsh/plugins/
554555
Follow the instructions on
555556
[this page](https://fig.io/plugins/other/powerlevel10k).
556557

558+
### Sheldon
559+
560+
Add the following to the Sheldon config file.
561+
562+
```toml
563+
[plugins.powerlevel10k]
564+
github = "romkatv/powerlevel10k"
565+
```
566+
567+
Or run the following to automatically add it.
568+
569+
```zsh
570+
sheldon add powerlevel10k --github romkatv/powerlevel10k
571+
```
572+
557573
## Configuration
558574

559575
- [For new users](#for-new-users)

0 commit comments

Comments
 (0)