.dotfiles/install/zsh-autosuggestions.sh

3 lines
287 B
Bash
Raw Normal View History

2020-11-07 15:58:15 +01:00
echo " - cloning github.com/zsh-users/zsh-autosuggestions into ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
git clone --quiet https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions > /dev/null
echo " - finished"