zsh-users / zsh-syntax-highlighting

Fish shell like syntax highlighting for Zsh.
github.com/zsh-users/zsh-syntax-highlighting
BSD 3-Clause "New" or "Revised" License
20k stars 1.33k forks source link

INSTALL.md: Broken link #883

Closed danielshahaf closed 11 months ago

danielshahaf commented 2 years ago

The link to zplugin is broken.

Is there a replacement URL? E.g., is https://github.com/zdharma-continuum/zinit a newer version of the same thing?

phy1729 commented 11 months ago

It looks to be. At the very least zplugin no longer exists and zinit is a plugin manager and we try to be unbiased towards all.

commit f8cd0b55b3d134cbc71360c94737528bca1a526f
Author: Matthew Martin <phy1729@gmail.com>
Date:   Wed Oct 25 22:33:02 2023 -0500

    docs: Replace zplug instructions with zinit

    Fixes #883.

diff --git a/INSTALL.md b/INSTALL.md
index af92ac1..2e1286d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -140,15 +140,15 @@ Zsh-syntax-highlighting is included with Prezto. See the

 Add `zgen load zsh-users/zsh-syntax-highlighting` to the end of your `.zshrc`.

+#### [zinit](https://github.com/zdharma-continuum/zinit)
+
+Add `zinit light zsh-users/zsh-syntax-highlighting` to the end of your
+`.zshrc`.
+
 #### [zplug](https://github.com/zplug/zplug)

 Add `zplug "zsh-users/zsh-syntax-highlighting", defer:2` to your `.zshrc`.

-#### [zplugin](https://github.com/psprint/zplugin)
-
-Add `zplugin load zsh-users/zsh-syntax-highlighting` to the end of your
-`.zshrc`.
-

 ### System-wide installation

Command from https://zdharma-continuum.github.io/zinit/wiki/INTRODUCTION/#basic_plugin_loading . I'll push in a few days unless you object.