Compare commits

...

2 Commits

Author SHA1 Message Date
3w36zj6 f6cc20dc53
Merge 59ff7f8bef into 05b11d8b92 2025-01-25 01:08:25 +00:00
3w36zj6 59ff7f8bef docs: add Sheldon to Installation in README 2024-08-15 06:34:14 +09:00
1 changed files with 16 additions and 0 deletions

View File

@ -431,6 +431,7 @@ Powerlevel10k.
- [Arch Linux](#arch-linux) - [Arch Linux](#arch-linux)
- [Alpine Linux](#alpine-linux) - [Alpine Linux](#alpine-linux)
- [Fig](#fig) - [Fig](#fig)
- [Sheldon](#sheldon)
### Manual ### Manual
@ -549,6 +550,21 @@ ln -s /usr/share/zsh/plugins/powerlevel10k ~/.local/share/zsh/plugins/
Follow the instructions on Follow the instructions on
[this page](https://fig.io/plugins/other/powerlevel10k). [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 ## Configuration
- [For new users](#for-new-users) - [For new users](#for-new-users)