Quellcode durchsuchen

Update INSTALL.md

pull/884/head
WilliamStar vor 2 Jahren
committed von GitHub
Ursprung
Commit
2409de46e7
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 16 neuen und 17 gelöschten Zeilen
  1. +16
    -17
      INSTALL.md

+ 16
- 17
INSTALL.md Datei anzeigen

@ -3,7 +3,6 @@
* [Manual (preferred)](#manual-git-clone)
* [Packages](#packages)
* [Plugin Managers](#plugin-managers)
* [Oh My Zsh](#oh-my-zsh)
## Manual (Git Clone)
@ -58,22 +57,6 @@
See also [repology's cross-distro index](https://repology.org/metapackage/zsh-syntax-highlighting/versions)
## Oh My Zsh
1. Clone this repository in oh-my-zsh's plugins directory:
```zsh
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
```
2. Activate the plugin in `~/.zshrc`:
```zsh
plugins=( [plugins...] zsh-syntax-highlighting)
```
3. Start a new terminal session.
## Plugin Managers
Note that `zsh-syntax-highlighting` must be the last plugin sourced.
@ -91,6 +74,22 @@ This list is incomplete as there are too many
Add `antigen bundle zsh-users/zsh-syntax-highlighting` to your `.zshrc`.
#### [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh)
1. Clone this repository in oh-my-zsh's plugins directory:
```zsh
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
```
2. Activate the plugin in `~/.zshrc` by adding `zsh-syntax-highlighting` to the plugin list:
```zsh
plugins=( [plugins...] zsh-syntax-highlighting)
```
3. Start a new terminal session.
#### [Prezto](https://github.com/sorin-ionescu/prezto)
Zsh-syntax-highlighting is included with Prezto. See the

Laden…
Abbrechen
Speichern