From 9e67e02523cd32eac39b29e0ba44f6b2505e9fdc Mon Sep 17 00:00:00 2001 From: htamas Date: Wed, 20 Aug 2025 17:16:11 +0200 Subject: [PATCH] zsh fix 2 --- configure.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.sh b/configure.sh index 974ecab..65e67a0 100755 --- a/configure.sh +++ b/configure.sh @@ -58,4 +58,6 @@ echo "Installing Oh my zsh" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" cp "$START_DIR"/zsh/.zshcr $HOME/.zshrc git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions +git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting +wget https://raw.githubusercontent.com/zakaziko99/agnosterzak-ohmyzsh-theme/master/agnosterzak.zsh-theme chsh -s $(which zsh)