Compare commits
3 Commits
f6cc20dc53
...
54736bc578
| Author | SHA1 | Date |
|---|---|---|
|
|
54736bc578 | |
|
|
8fa10f43a0 | |
|
|
59ff7f8bef |
16
README.md
16
README.md
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@ typeset -grA __p9k_pb_term_skip=(
|
||||||
|
|
||||||
# Usage: _p9k_parse_buffer <buffer> [token-limit]
|
# Usage: _p9k_parse_buffer <buffer> [token-limit]
|
||||||
#
|
#
|
||||||
# Parses the specified command line buffer and pupulates array P9K_COMMANDS
|
# Parses the specified command line buffer and populates array P9K_COMMANDS
|
||||||
# with commands from it. Terminates early and returns 1 if there are more
|
# with commands from it. Terminates early and returns 1 if there are more
|
||||||
# tokens than the specified limit.
|
# tokens than the specified limit.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue