We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7da93 commit 59ff7f8Copy full SHA for 59ff7f8
1 file changed
README.md
@@ -431,6 +431,7 @@ Powerlevel10k.
431
- [Arch Linux](#arch-linux)
432
- [Alpine Linux](#alpine-linux)
433
- [Fig](#fig)
434
+- [Sheldon](#sheldon)
435
436
### Manual
437
@@ -554,6 +555,21 @@ ln -s /usr/share/zsh/plugins/powerlevel10k ~/.local/share/zsh/plugins/
554
555
Follow the instructions on
556
[this page](https://fig.io/plugins/other/powerlevel10k).
557
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
573
## Configuration
574
575
- [For new users](#for-new-users)
0 commit comments