Minhas configurações do Oh-My-Zsh

Instalação do Oh-My-Zsh

sudo apt install zsh 
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Referencia: https://pt.linux-console.net/?p=29502

Install zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions

Install zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

Adicinar em ~\.zshrc

plugins=(git zsh-autosuggestions zsh-syntax-highlighting)