From 36e4036fd95335d789b17bade2005ba9a17a822f Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 5 Jun 2024 18:56:50 +0200 Subject: [PATCH] fix: install manual oh-my-zsh plugins --- zsh/_deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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