1.9 KiB
		
	
	
	
	
	
			
		
		
	
	
			1.9 KiB
		
	
	
	
	
	
Installation
Manual (Git Clone)
- 
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
- 
Add the following to your .zshrc:source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
- 
Start a new terminal session. 
Antigen
- 
Add the following to your .zshrc:antigen bundle zsh-users/zsh-autosuggestions
- 
Start a new terminal session. 
Oh My Zsh
- 
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
- 
Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):plugins=(zsh-autosuggestions)
- 
Start a new terminal session. 
Arch Linux
- 
Install zsh-autosuggestionsfrom thecommunityrepository.pacman -S zsh-autosuggestionsor, to use a package based on the masterbranch, installzsh-autosuggestions-gitfrom the AUR.
- 
Add the following to your .zshrc:source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
- 
Start a new terminal session. 
macOS via Homebrew
- 
Install the zsh-autosuggestionspackage using Homebrew.brew install zsh-autosuggestions
- 
Add the following to your .zshrc:source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh
- 
Start a new terminal session.