1 Star 0 Fork 0

umbel / zsh-autosuggestions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL.md 2.41 KB
一键复制 编辑 原始数据 按行查看 历史
keskinsaf 提交于 2021-03-09 11:08 . Update INSTALL.md

Installation

Packages

System Package
Debian / Ubuntu zsh-autosuggestions OBS repository
Fedora / CentOS / RHEL / Scientific Linux zsh-autosuggestions OBS repository
OpenSUSE / SLE zsh-autosuggestions OBS repository
Arch Linux / Manjaro / Antergos / Hyperbola zsh-autosuggestions, zsh-autosuggestions-git
NixOS zsh-autosuggestions
Void Linux zsh-autosuggestions
Mac OS homebrew
NetBSD pkgsrc

Antigen

  1. Add the following to your .zshrc:

    antigen bundle zsh-users/zsh-autosuggestions
  2. Start a new terminal session.

Oh My Zsh

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

    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=( 
        # other plugins...
        zsh-autosuggestions
    )
  3. Start a new terminal session.

Manual (Git Clone)

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

    git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
  2. Add the following to your .zshrc:

    source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
  3. Start a new terminal session.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/umbel/zsh-autosuggestions.git
git@gitee.com:umbel/zsh-autosuggestions.git
umbel
zsh-autosuggestions
zsh-autosuggestions
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891