machine_setup/setup/programs/others/zsh-plugins.sh
2024-01-21 18:22:26 +01:00

5 lines
342 B
Bash

echo "Installing zsh-autosuggestions .."
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
echo "Installing zsh-syntax-highlighting .."
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting