Skip to content

Commit

Permalink
Added key bindings and fuzzy completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Teyler Halama committed Oct 4, 2021
1 parent cc7dd20 commit 271f1d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 271f1d9

Please sign in to comment.