From 3c34417936c56d732fdc84a65733601d2a830415 Mon Sep 17 00:00:00 2001 From: 3w36zj6 <52315048+3w36zj6@users.noreply.github.com> Date: Wed, 14 Aug 2024 22:06:00 +0900 Subject: [PATCH] docs: add Sheldon to Installation in README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 884cb21f..778cc777 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,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)