Skip to content

Commit

Permalink
Merge pull request #448 from ondrej-fabry/patch-1
Browse files Browse the repository at this point in the history
Update INSTALL.md
  • Loading branch information
ericfreese authored Jun 22, 2019
2 parents d27983b + b24b607 commit f5236c4
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## Installation
# Installation

### Manual (Git Clone)
* [Manual](#manual-git-clone)
* [Antigen](#antigen)
* [Oh My Zsh](#oh-my-zsh)
* [Arch Linux](#arch-linux)
* [macOS via Homebrew](#macos-via-homebrew)

## Manual (Git Clone)

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

Expand All @@ -16,7 +22,7 @@

3. Start a new terminal session.

### Antigen
## Antigen

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

Expand All @@ -26,7 +32,7 @@

2. Start a new terminal session.

### Oh My Zsh
## Oh My Zsh

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

Expand All @@ -42,7 +48,7 @@

3. Start a new terminal session.

### Arch Linux
## Arch Linux

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

Expand All @@ -60,7 +66,8 @@

3. Start a new terminal session.

### macOS via Homebrew
## macOS via Homebrew

1. Install the `zsh-autosuggestions` package using [Homebrew](https://brew.sh/).

```sh
Expand All @@ -74,4 +81,3 @@
```

3. Start a new terminal session.

0 comments on commit f5236c4

Please sign in to comment.