This guide will help you enable command autocomplete in Zsh using the zsh-autosuggestions plugin. Follow the steps below to get started.
In this post I'll provide you with step-by-step tutorial on how to set up oh-my-zsh in your terminal with in my opinion, essential plugins.
Install command: brew install zsh-autocomplete. Real-time type-ahead completion for Zsh. https://github.com/marlonrichert/zsh-autocomplete. License: MIT.
Open .zshrc. nvim ~/.zshrc · Find the line which says plugins=(git) . · Replace that line with plugins=(git zsh-
This plugin for Zsh adds real-time type-ahead autocompletion to your command line, similar to what you find desktop apps. While you type on the command line
I've written a guide to the Zsh completion system: to simplify the Zsh auto completion system as much as possible.