From 7cd4f652678f00a5bdfd63ebadd667df18fe57e2 Mon Sep 17 00:00:00 2001 From: sakebook Date: Tue, 6 Jan 2026 16:34:57 +0900 Subject: [PATCH 1/2] docs: clean up readme and adding sheldon support --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a189d93..f882582 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,14 @@ curl -sL https://raw.githubusercontent.com/sakebook/gsw/main/install.sh | bash **zplug:** ```zsh -zplug "sakebook/gsw" +zplug "sakebook/gsw", use:gsw.sh +``` + +**sheldon:** +```toml +[plugins.gsw] +github = "sakebook/gsw" +use = ["gsw.sh"] ``` **antigen:** From 0751b77350ab8d83de6ef9fb4f861263419dd493 Mon Sep 17 00:00:00 2001 From: sakebook Date: Tue, 6 Jan 2026 17:08:10 +0900 Subject: [PATCH 2/2] docs: clean up plugin managers and add sheldon --- README.md | 39 ++++++++++++++++----------------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index f882582..e7464e4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,21 @@ Run this command to install `gsw` to `~/.gsw` and update your `.zshrc` automatic curl -sL https://raw.githubusercontent.com/sakebook/gsw/main/install.sh | bash ``` -### Method 2: Plugin Managers +### Method 2: Manual Install + +1. Clone the repo: + ```bash + git clone https://github.com/sakebook/gsw.git ~/.gsw + ``` +2. Add this to your `~/.zshrc` (or `~/.bashrc`): + ```bash + source ~/.gsw/gsw.sh + ``` + +### Plugin Managers (Zsh) + +
+Click to expand configuration examples **zplug:** ```zsh @@ -35,28 +49,7 @@ github = "sakebook/gsw" use = ["gsw.sh"] ``` -**antigen:** -```zsh -antigen bundle sakebook/gsw -``` - -**Oh My Zsh (Custom)**: -Clone into custom plugins: -```bash -git clone https://github.com/sakebook/gsw.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/gsw -``` -Then add `gsw` to your plugins list in `~/.zshrc`. - -### Method 3: Manual - -1. Clone the repo: - ```bash - git clone https://github.com/sakebook/gsw.git ~/.gsw - ``` -2. Add this to your `~/.zshrc` (or `~/.bashrc`): - ```bash - source ~/.gsw/gsw.sh - ``` +
## Usage