diff --git a/install.sh b/install.sh index c3f7e00..b5eb4b0 100644 --- a/install.sh +++ b/install.sh @@ -45,6 +45,9 @@ InstallCore () { } InstallPlugins () { + # Install useful key bindings and fuzzy completion + $(brew --prefix)/opt/fzf/install + # zsh-autosuggestions if [ ! -d ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ]; then git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions