diff --git a/zsh/_deploy.sh b/zsh/_deploy.sh index 3d2479d..7e6f111 100644 --- a/zsh/_deploy.sh +++ b/zsh/_deploy.sh @@ -1,3 +1,9 @@ # Setup zsh cp -a ./zsh/zsh/. /root chsh -s /usr/bin/zsh + +# Install zsh-autosuggestions plugin +git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions + +# Install zsh-syntax-highlighting +nala install -y zsh-syntax-highlighting