Skip to content

Instantly share code, notes, and snippets.

@davidrhodus
Created January 4, 2018 19:51
Show Gist options
  • Save davidrhodus/ed9951b69ce442773db6e2631a9bb29e to your computer and use it in GitHub Desktop.
Save davidrhodus/ed9951b69ce442773db6e2631a9bb29e to your computer and use it in GitHub Desktop.
https://github.com/zsh-users/zsh-autosuggestions
Manual
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.
brew install zsh-syntax-highlighting
https://github.com/robbyrussell/oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment