Skip to content

Instantly share code, notes, and snippets.

@olets
Last active February 21, 2026 14:56
Show Gist options
  • Select an option

  • Save olets/06009589d7887617e061481e22cf5a4a to your computer and use it in GitHub Desktop.

Select an option

Save olets/06009589d7887617e061481e22cf5a4a to your computer and use it in GitHub Desktop.

Revisions

  1. olets revised this gist Dec 7, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -143,7 +143,7 @@

    Add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).

    - **[zpm](https://github.com/zpm-zsh/zpm): For GitHub-hosted plugins, `zpm load <owner>/<repo>` to your `.zshrc` (see docs for other options).
    - **[zpm](https://github.com/zpm-zsh/zpm)**: For GitHub-hosted plugins, `zpm load <owner>/<repo>` to your `.zshrc` (see docs for other options).

    - **[zr](https://github.com/jedahan/zr)**: In your `.zshrc`'s `zr` call, add `<owner>/<repo>`
  2. olets revised this gist Dec 7, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -88,7 +88,7 @@
    - **zi**:
    ⚠️ This author recommends steering clear of zinit, and z-shell (not to be confused with zsh). zi is a rebranded copy of zinit/zplugin. If you use or are considering using zi, I recommend zinit instead. Read https://www.reddit.com/r/zsh/comments/sqsni7/comment/hwodbgv/ for an explanation.
    ⚠️ This author recommends steering clear of zi, and z-shell (not to be confused with zsh). zi is a rebranded copy of zinit/zplugin. If you use or are considering using zi, I recommend zinit instead. Read https://www.reddit.com/r/zsh/comments/sqsni7/comment/hwodbgv/ for an explanation.
    - **[zim](https://github.com/zimfw/zimfw)** add
  3. olets revised this gist Dec 7, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -67,7 +67,7 @@
    ⚠️ as of this writing, not actively maintained
    add `zgen load <owner>/<repo>` to your `.zshrc`
    add `zgen load <owner>/<repo>`, `zgen load <owner>/<repo> . <branch>` if the default branch is not `master`, to your `.zshrc`
    - **[zgenom](https://github.com/jandamm/zgenom)**
  4. olets revised this gist Dec 7, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -121,7 +121,7 @@

    That will silently delay loading the plugin until after the shell has started up.

    - **[zit]()**:: Add `zit-install "<repo url>[#<branch if not 'master'>]" ".<repo>"` to your `.zshrc`.
    - **[zit](https://github.com/thiagokokada/zit)**: Add `zit-install "<repo url>[#<branch if not 'master'>]" ".<repo>"` to your `.zshrc`.

    - **[znap](https://github.com/marlonrichert/zsh-snap)**:

  5. olets revised this gist Dec 7, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -53,7 +53,7 @@
    - **[zed](https://github.com/MunifTanjim/zed)**: add `zed load <tld>.com/<owner>/<repo>` to your `.zshrc` between the one `zed init` and the one `zed done`.
    - **[zgem](https://github.com/qoomon/zgem):
    - **[zgem](https://github.com/qoomon/zgem)**:
    ⚠️ may not be actively maintained
  6. olets revised this gist Dec 7, 2024. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -53,6 +53,16 @@
    - **[zed](https://github.com/MunifTanjim/zed)**: add `zed load <tld>.com/<owner>/<repo>` to your `.zshrc` between the one `zed init` and the one `zed done`.
    - **[zgem](https://github.com/qoomon/zgem):
    ⚠️ may not be actively maintained
    For plugins distributed as Git repos, add a line like this to your `.zshrc`
    ```shell
    zgem bundle '<repo url>' from:git use:'<main>.zsh'
    ```
    - **[zgen](https://github.com/tarjoilija/zgen)**
    ⚠️ as of this writing, not actively maintained
  7. olets revised this gist Dec 7, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -110,6 +110,8 @@
    ```

    That will silently delay loading the plugin until after the shell has started up.

    - **[zit]()**:: Add `zit-install "<repo url>[#<branch if not 'master'>]" ".<repo>"` to your `.zshrc`.

    - **[znap](https://github.com/marlonrichert/zsh-snap)**:

  8. olets revised this gist Dec 7, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -131,6 +131,8 @@

    Add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).

    - **[zpm](https://github.com/zpm-zsh/zpm): For GitHub-hosted plugins, `zpm load <owner>/<repo>` to your `.zshrc` (see docs for other options).

    - **[zr](https://github.com/jedahan/zr)**: In your `.zshrc`'s `zr` call, add `<owner>/<repo>`
    ```shell
  9. olets revised this gist Dec 7, 2024. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -131,7 +131,11 @@

    Add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).

    - **[zr](https://github.com/jedahan/zr)**: `zr […other plugins] <owner>/<repo>`
    - **[zr](https://github.com/jedahan/zr)**: In your `.zshrc`'s `zr` call, add `<owner>/<repo>`
    ```shell
    zr […other plugins] <owner>/<repo>
    ```
    - **[zsh4humans](https://github.com/romkatv/zsh4humans)**:
  10. olets revised this gist Dec 7, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -131,6 +131,8 @@

    Add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).

    - **[zr](https://github.com/jedahan/zr)**: `zr […other plugins] <owner>/<repo>`

    - **[zsh4humans](https://github.com/romkatv/zsh4humans)**:

    ⚠️ Does not support repos' submodules.
  11. olets revised this gist Dec 7, 2024. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -42,6 +42,13 @@
    zstyle ':prezto:load' pmodule 'repo'
    ```
    - **[sheldon](https://github.com/rossmacarthur/sheldon)**: Modify your `~/.config/sheldon/plugins.toml`:
    ```shell
    [plugins.<repo>]
    github = "<owner>/<repo>"
    ```
    - **[zcomet](https://github.com/agkozak/zcomet)**: add `zcomet load <owner>/<repo>` to your `.zshrc`
    - **[zed](https://github.com/MunifTanjim/zed)**: add `zed load <tld>.com/<owner>/<repo>` to your `.zshrc` between the one `zed init` and the one `zed done`.
  12. olets revised this gist Dec 3, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@

    - **[Antigen](https://github.com/zsh-users/antigen)**:

    ⚠️ Not actively maintained. Antidote was its spiritual successor.
    ⚠️ Not actively maintained. Antibody was its spiritual successor.

    Add `antigen bundle <owner>/<repo>` to your `.zshrc`.

  13. olets revised this gist Dec 3, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -132,6 +132,8 @@
    z4h install <owner>/<repo> || return
    z4h load <owner>/<repo>
    ```
    - **[zsh_unplugged](https://github.com/mattmc3/zsh_unplugged)**: in your `.zshrc`, add `<owner>/<repo>` to your `repos` array.
    Then restart zsh:
  14. olets revised this gist Dec 3, 2024. 1 changed file with 16 additions and 3 deletions.
    19 changes: 16 additions & 3 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -44,7 +44,7 @@
    - **[zcomet](https://github.com/agkozak/zcomet)**: add `zcomet load <owner>/<repo>` to your `.zshrc`
    - **[zed](https://github.com/MunifTanjim/zed)**: add `zed load <tld>.com/<owner>/<repo>` to your `.zshrc`
    - **[zed](https://github.com/MunifTanjim/zed)**: add `zed load <tld>.com/<owner>/<repo>` to your `.zshrc` between the one `zed init` and the one `zed done`.
    - **[zgen](https://github.com/tarjoilija/zgen)**
    @@ -56,7 +56,18 @@
    a maintained fork of zgen
    add `zgenom load <owner>/<repo>` to your `.zshrc`
    Modify your `.zshrc`:
    ```shell
    if ! zgenom saved; then
    zgenom load <owner>/<repo>
    zgenom load <owner>/<another repo>
    zgenom save
    zgenom compile .zshrc
    fi
    ```
    You may need to run `zgenom load <owner>/<repo>` once outside of the condition.
    - **zi**:
    @@ -68,7 +79,7 @@
    zmodule <owner>/<repo>
    ```
    to your `.zshrc` (see homepage for other options) and then run
    to your `.zimrc` (see homepage for other options). You may need to run
    ```shell
    zimfw install
    @@ -114,6 +125,8 @@
    Add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).

    - **[zsh4humans](https://github.com/romkatv/zsh4humans)**:

    ⚠️ Does not support repos' submodules.
    ```shell
    z4h install <owner>/<repo> || return
  15. olets revised this gist Dec 3, 2024. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -112,6 +112,13 @@
    ⚠️ Not actively maintained.

    Add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).

    - **[zsh4humans](https://github.com/romkatv/zsh4humans)**:

    ```shell
    z4h install <owner>/<repo> || return
    z4h load <owner>/<repo>
    ```

    Then restart zsh:

  16. olets revised this gist Dec 3, 2024. 1 changed file with 12 additions and 7 deletions.
    19 changes: 12 additions & 7 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -19,7 +19,7 @@
    - Clone to OMZ's plugins' directory:

    ```shell
    git clone https://github.com/<owner>/<repo>.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/<repo>
    git clone --recurse-submodules https://github.com/<owner>/<repo>.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/<repo>
    ```

    - Add to the OMZ plugins array in your `.zshrc`:
    @@ -32,13 +32,14 @@

    - Clone the plugin repo to either `~/.zprezto/modules` or to some other directory of your choosing. If you choose a directory other than `~/.zprezto/modules` tell prezto to look for modules in that directory: add `zstyle ':prezto:load' pmodule-dirs <dir path>` to your `.zpreztorc` file (replace `<dir path>` with the path to your directory).

    ```shell
    git clone --recurse-submodules https://github.com/<owner>/<repo>.git ~/.zprezto/modules/<repo>
    ```

    - Load the plugin by adding it to the `.zpreztorc` file's `pmodule` list. The list will look something like
    ```shell
    zstyle ':prezto:load' pmodule \
    'plugin1' \
    'plugin2' \
    'plugin3' \
    zstyle ':prezto:load' pmodule 'repo'
    ```
    - **[zcomet](https://github.com/agkozak/zcomet)**: add `zcomet load <owner>/<repo>` to your `.zshrc`
    @@ -103,10 +104,14 @@
    and then add to `.zshrc`

    ```shell
    znap source <repo>
    znap source <owner>/<repo>
    ```

    - **[zplug](https://github.com/zplug/zplug)**: add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).
    - **[zplug](https://github.com/zplug/zplug)**:

    ⚠️ Not actively maintained.

    Add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).

    Then restart zsh:

  17. olets revised this gist Nov 18, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@

    Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading), run the update command.

    - **[Antidote](https://getantidote.github.io/)**: Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading), run the update command.
    - **[Antidote](https://getantidote.github.io/)**: Add `<owner>/<repo>` to your plugins file. If you [generate your static plugins file manually](https://getantidote.github.io/usage#loading-plugins), run the bundle command.

    - **[Antigen](https://github.com/zsh-users/antigen)**:

  18. olets revised this gist Nov 18, 2024. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,13 @@
    > Instructions for installing zsh plugins, for a variety of plugin managers
    - **[Antibody](https://getantibody.github.io/)**: Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading), run the update command.

    - **[Antidote](https://getantidote.github.io/)**:
    - **[Antibody](https://getantibody.github.io/)**:

    ⚠️ Deprecated. Official recommendation is to use Antibody instead
    ⚠️ Deprecated. Official recommendation is to use Antidote instead

    Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading), run the update command.

    - **[Antidote](https://getantidote.github.io/)**: Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading), run the update command.

    - **[Antigen](https://github.com/zsh-users/antigen)**:

    ⚠️ Not actively maintained. Antidote was its spiritual successor.
  19. olets revised this gist Nov 12, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -59,7 +59,7 @@
    - **zi**:
    ⚠️ This author recommends steering clear of zinit, and z-shell's other forks of zdharma repos. zi is rebranded and potentially unsafe version of zinit/zplugin. If you use or are considering using zi, I recommend zinit instead. Read https://www.reddit.com/r/zsh/comments/sqsni7/comment/hwodbgv/ for an explanation.
    ⚠️ This author recommends steering clear of zinit, and z-shell (not to be confused with zsh). zi is a rebranded copy of zinit/zplugin. If you use or are considering using zi, I recommend zinit instead. Read https://www.reddit.com/r/zsh/comments/sqsni7/comment/hwodbgv/ for an explanation.
    - **[zim](https://github.com/zimfw/zimfw)** add
  20. olets revised this gist Nov 12, 2024. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -57,6 +57,10 @@
    add `zgenom load <owner>/<repo>` to your `.zshrc`
    - **zi**:
    ⚠️ This author recommends steering clear of zinit, and z-shell's other forks of zdharma repos. zi is rebranded and potentially unsafe version of zinit/zplugin. If you use or are considering using zi, I recommend zinit instead. Read https://www.reddit.com/r/zsh/comments/sqsni7/comment/hwodbgv/ for an explanation.

    - **[zim](https://github.com/zimfw/zimfw)** add

    ```shell
    @@ -68,10 +72,6 @@
    ```shell
    zimfw install
    ```
    - **zi**:
    ⚠️ This author recommends steering clear of zinit, and z-shell's other forks of zdharma repos. zi is rebranded and potentially unsafe version of zinit/zplugin. If you use or are considering using zi, I recommend zinit instead. Read https://www.reddit.com/r/zsh/comments/sqsni7/comment/hwodbgv/ for an explanation.

    - **zinit** (formerly **zplugin**):

  21. olets revised this gist Nov 12, 2024. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -68,10 +68,14 @@
    ```shell
    zimfw install
    ```
    - **zi**:
    ⚠️ This author recommends steering clear of zinit, and z-shell's other forks of zdharma repos. zi is rebranded and potentially unsafe version of zinit/zplugin. If you use or are considering using zi, I recommend zinit instead. Read https://www.reddit.com/r/zsh/comments/sqsni7/comment/hwodbgv/ for an explanation.

    - **zinit** (formerly **zplugin**):

    ⚠️ zinit is not generally recommended except for existing zinit/zplugin users. See https://www.reddit.com/r/zsh/comments/qinb6j/httpsgithubcomzdharma_has_suddenly_disappeared_i/ for some history. As of this writing the original owner's repo is deleted and the project can be found at https://github.com/zdharma-continuum/zinit
    ⚠️ zinit is not generally recommended except for existing zinit/zplugin users. Read https://www.reddit.com/r/zsh/comments/qinb6j/httpsgithubcomzdharma_has_suddenly_disappeared_i/ for some history. As of this writing the original owner's repo is deleted and the project can be found at https://github.com/zdharma-continuum/zinit
    simplest option is to add this to your `.zshrc`:
  22. olets revised this gist Nov 12, 2024. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,11 @@

    Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading), run the update command.

    - **[Antigen](https://github.com/zsh-users/antigen)**: Add `antigen bundle <owner>/<repo>` to your `.zshrc`.
    - **[Antigen](https://github.com/zsh-users/antigen)**:

    ⚠️ Not actively maintained. Antidote was its spiritual successor.

    Add `antigen bundle <owner>/<repo>` to your `.zshrc`.

    - **[Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh)**:

  23. olets revised this gist Nov 12, 2024. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,12 @@
    > Instructions for installing zsh plugins, for a variety of plugin managers
    - **[antibody](https://getantibody.github.io/)**: Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading) update the sh.
    - **[Antibody](https://getantibody.github.io/)**: Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading), run the update command.

    - **[Antidote](https://getantidote.github.io/)**:

    ⚠️ Deprecated. Official recommendation is to use Antibody instead

    Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading), run the update command.

    - **[Antigen](https://github.com/zsh-users/antigen)**: Add `antigen bundle <owner>/<repo>` to your `.zshrc`.

  24. olets revised this gist Nov 24, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -33,6 +33,8 @@
    - **[zcomet](https://github.com/agkozak/zcomet)**: add `zcomet load <owner>/<repo>` to your `.zshrc`
    - **[zed](https://github.com/MunifTanjim/zed)**: add `zed load <tld>.com/<owner>/<repo>` to your `.zshrc`
    - **[zgen](https://github.com/tarjoilija/zgen)**
    ⚠️ as of this writing, not actively maintained
  25. olets revised this gist Nov 24, 2021. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -30,6 +30,8 @@
    'plugin2' \
    'plugin3' \
    ```
    - **[zcomet](https://github.com/agkozak/zcomet)**: add `zcomet load <owner>/<repo>` to your `.zshrc`
    - **[zgen](https://github.com/tarjoilija/zgen)**
    @@ -41,7 +43,7 @@
    a maintained fork of zgen
    add `zgen load <owner>/<repo>` to your `.zshrc`
    add `zgenom load <owner>/<repo>` to your `.zshrc`
    - **[zim](https://github.com/zimfw/zimfw)** add
  26. olets revised this gist Nov 24, 2021. 1 changed file with 11 additions and 1 deletion.
    12 changes: 11 additions & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,17 @@
    'plugin3' \
    ```
    - **[zgen](https://github.com/tarjoilija/zgen)**: add `zgen load <owner>/<repo>` to your `.zshrc`.
    - **[zgen](https://github.com/tarjoilija/zgen)**
    ⚠️ as of this writing, not actively maintained
    add `zgen load <owner>/<repo>` to your `.zshrc`
    - **[zgenom](https://github.com/jandamm/zgenom)**
    a maintained fork of zgen
    add `zgen load <owner>/<repo>` to your `.zshrc`
    - **[zim](https://github.com/zimfw/zimfw)** add
  27. olets revised this gist Nov 24, 2021. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -45,9 +45,11 @@
    zimfw install
    ```
    - **zinit** (formerly **zplugin**): simplest option is to add this to your `.zshrc`:
    - **zinit** (formerly **zplugin**):
    ⚠️ zinit is not generally recommended except for existing zinit/zplugin users. See https://www.reddit.com/r/zsh/comments/qinb6j/httpsgithubcomzdharma_has_suddenly_disappeared_i/ for some history. As of this writing the original owner's repo is deleted and the project can be found at https://github.com/zdharma-continuum/zinit

    simplest option is to add this to your `.zshrc`:

    ```shell
    zinit light <owner>/<repo>
  28. olets revised this gist Nov 24, 2021. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -45,7 +45,9 @@
    zimfw install
    ```
    - **[zinit](https://github.com/zdharma/zinit)** (formerly **zplugin**): simplest option is to add this to your `.zshrc`:
    - **zinit** (formerly **zplugin**): simplest option is to add this to your `.zshrc`:
    ⚠️ zinit is not generally recommended except for existing zinit/zplugin users. See https://www.reddit.com/r/zsh/comments/qinb6j/httpsgithubcomzdharma_has_suddenly_disappeared_i/ for some history. As of this writing the original owner's repo is deleted and the project can be found at https://github.com/zdharma-continuum/zinit

    ```shell
    zinit light <owner>/<repo>
  29. olets revised this gist Mar 28, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # zsh plugin manager plugin installation procedures
    > Instructions for installing zsh plugins, for a variety of plugin managers
    - **[antibody](https://getantibody.github.io/)**: Add `<owner>/<repo>` to your plugins file. If you use [static loading](https://getantibody.github.io/usage/#static-loading) update the sh.

  30. olets revised this gist Dec 15, 2020. 1 changed file with 14 additions and 0 deletions.
    14 changes: 14 additions & 0 deletions zsh-plugin-manager-plugin-installation-procedures.md
    Original file line number Diff line number Diff line change
    @@ -60,6 +60,20 @@
    That will silently delay loading the plugin until after the shell has started up.
    - **[znap](https://github.com/marlonrichert/zsh-snap)**:
    Run
    ```shell
    znap clone <url>
    ```
    and then add to `.zshrc`
    ```shell
    znap source <repo>
    ```
    - **[zplug](https://github.com/zplug/zplug)**: add `zplug "<owner>/<repo>"` to your `.zshrc` (see homepage for other options).
    Then restart zsh: