machine_setup/setup/programs/others/zsh-plugins.sh

5 lines
342 B
Bash
Raw Normal View History

2024-01-21 17:22:26 +00:00
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