Skip to content

Commit f5236c4

Browse files
authored
Merge pull request #448 from ondrej-fabry/patch-1
Update INSTALL.md
2 parents d27983b + b24b607 commit f5236c4

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

INSTALL.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## Installation
1+
# Installation
22

3-
### Manual (Git Clone)
3+
* [Manual](#manual-git-clone)
4+
* [Antigen](#antigen)
5+
* [Oh My Zsh](#oh-my-zsh)
6+
* [Arch Linux](#arch-linux)
7+
* [macOS via Homebrew](#macos-via-homebrew)
8+
9+
## Manual (Git Clone)
410

511
1. Clone this repository somewhere on your machine. This guide will assume `~/.zsh/zsh-autosuggestions`.
612

@@ -16,7 +22,7 @@
1622

1723
3. Start a new terminal session.
1824

19-
### Antigen
25+
## Antigen
2026

2127
1. Add the following to your `.zshrc`:
2228

@@ -26,7 +32,7 @@
2632

2733
2. Start a new terminal session.
2834

29-
### Oh My Zsh
35+
## Oh My Zsh
3036

3137
1. Clone this repository into `$ZSH_CUSTOM/plugins` (by default `~/.oh-my-zsh/custom/plugins`)
3238

@@ -42,7 +48,7 @@
4248

4349
3. Start a new terminal session.
4450

45-
### Arch Linux
51+
## Arch Linux
4652

4753
1. Install [`zsh-autosuggestions`](https://www.archlinux.org/packages/community/any/zsh-autosuggestions/) from the `community` repository.
4854

@@ -60,7 +66,8 @@
6066

6167
3. Start a new terminal session.
6268

63-
### macOS via Homebrew
69+
## macOS via Homebrew
70+
6471
1. Install the `zsh-autosuggestions` package using [Homebrew](https://brew.sh/).
6572

6673
```sh
@@ -74,4 +81,3 @@
7481
```
7582

7683
3. Start a new terminal session.
77-

0 commit comments

Comments
 (0)