- Install ZSH
pkg update -y && pkg upgrade -y
pkg install git zsh -y- Install Oh-My-ZSH
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"🔌 Plugin Installation
zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestionszsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting⚙️ Configure .zshrc
nano .zshrcAdd plugins:
plugins=(git zsh-autosuggestions zsh-syntax-highlighting)