瀏覽代碼

Merge pull request #711 from dpthegrey/patch-1

Update Install.md
master
Eric Freese 1 年之前
committed by GitHub
父節點
當前提交
27c298cf1a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 16 行新增0 行删除
  1. +16
    -0
      INSTALL.md

+ 16
- 0
INSTALL.md 查看文件

@ -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`.

Loading…
取消
儲存