From e70dc321d9a8533ed19918319aebae1927e06090 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 5 Jun 2024 21:04:23 +0200 Subject: [PATCH] fix: replace zsh-syntax-highlighting from apt to git clone --- zsh/_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/_deploy.sh b/zsh/_deploy.sh index 7e6f111..ebd364d 100644 --- a/zsh/_deploy.sh +++ b/zsh/_deploy.sh @@ -6,4 +6,4 @@ chsh -s /usr/bin/zsh 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 +git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting