From 53d8df77c4848bad3531279655122895e1bb9b8e Mon Sep 17 00:00:00 2001 From: Tejas Chaudhari Date: Sat, 24 Jul 2021 11:55:45 +0530 Subject: [PATCH] added nested list with anchor tag in index --- INSTALL.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d219eca..0bbdab6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,12 +5,12 @@ How to install * [In your ~/.zshrc](#In-your-~/.zshrc) * [Using packages](#Using-packages) * [With a plugin manager](#With-a-plugin-manager) - - [Antigen](#Antigen-source) + - [Antigen](#Antigen) - [Oh-my-zsh](#oh-my-zsh) - - [Prezo](#[Prezto](https://github.com/sorin-ionescu/prezto)) - - [zgen](#[zgen](https://github.com/tarjoilija/zgen)) - - [zplus](#[zplug](https://github.com/zplug/zplug)) - - [zplugin](#[zplugin](https://github.com/psprint/zplugin)) + - [Prezo](#Prezto) + - [zgen](#zgen) + - [zplus](#zplug) + - [zplugin](#zplugin) * [System-wide installation](#System-wide-installation) ### Using packages @@ -82,12 +82,12 @@ This list is incomplete as there are too many [framework-list]: https://github.com/unixorn/awesome-zsh-plugins#frameworks -#### Antigen ([source](https://github.com/zsh-users/antigen)) +#### [Antigen](https://github.com/zsh-users/antigen) Add `antigen bundle zsh-users/zsh-syntax-highlighting` as the last bundle in your `.zshrc`. -#### ([Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)) +#### [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) 1. Clone this repository in oh-my-zsh's plugins directory: @@ -103,22 +103,22 @@ your `.zshrc`. 3. Restart zsh (such as by opening a new instance of your terminal emulator). -#### Prezto] +#### [Prezto](https://github.com/sorin-ionescu/prezto) Zsh-syntax-highlighting is included with Prezto. See the [Prezto documentation][prezto-docs] to enable and configure highlighters. [prezto-docs]: https://github.com/sorin-ionescu/prezto/tree/master/modules/syntax-highlighting -#### zgen +#### [zgen](https://github.com/tarjoilija/zgen) Add `zgen load zsh-users/zsh-syntax-highlighting` to the end of your `.zshrc`. -#### zplug +#### [zplug](https://github.com/zplug/zplug) Add `zplug "zsh-users/zsh-syntax-highlighting", defer:2` to your `.zshrc`. -#### zplugin +#### [zplugin](https://github.com/psprint/zplugin) Add `zplugin load zsh-users/zsh-syntax-highlighting` to the end of your `.zshrc`.