Install ohmyzsh to [debian, rhel] and setup zsh-autosuggestions
Disclaimer: Oh My Zsh works best on macOS and Linux.
- Unix-like operating system (macOS or Linux)
curl
orwget
should be installed- This script will install
git
if not installed.
Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl
or wget
.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/rajeshisnepali/oh-my-zsh/master/install-oh-my-zsh.sh)"
sh -c "$(wget -O- https://raw.githubusercontent.com/rajeshisnepali/oh-my-zsh/master/install-oh-my-zsh.sh)"
After running the script, see if Shell changed to zsh.
Then type **exit** to setup zsh-autosuggestions.
For changes, you must logout and login back.