Bläddra i källkod

Update Install.md

Adds steps to install zsh-autosuggestions via Homebrew Formulae.
pull/711/head
D 1 år sedan
committed by GitHub
förälder
incheckning
c14ad9fc46
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 16 tillägg och 0 borttagningar
  1. +16
    -0
      INSTALL.md

+ 16
- 0
INSTALL.md Visa fil

@ -3,6 +3,7 @@
* [Packages](#packages)
* [Antigen](#antigen)
* [Oh My Zsh](#oh-my-zsh)
* [HomeBrew](#homebrew)
* [Manual](#manual-git-clone)
## Packages
@ -47,6 +48,21 @@
3. Start a new terminal session.
## Homebrew
1. Install command:
```sh
brew install zsh-autosuggestions
```
2. To activate the autosuggestions, add the following at the end of your .zshrc:
```sh
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
```
3. Start a new terminal session.
## Manual (Git Clone)
1. Clone this repository somewhere on your machine. This guide will assume `~/.zsh/zsh-autosuggestions`.

Laddar…
Avbryt
Spara