Add fzf to install

This commit is contained in:
Kenneth Benzie 2019-03-24 16:24:31 +00:00
parent 036f0255f8
commit 6bd2b8f0cc

View File

@ -29,4 +29,10 @@
- https://github.com/zsh-users/zsh-autosuggestions.git
- https://github.com/zsh-users/zsh-history-substring-search.git
- https://github.com/zdharma/fast-syntax-highlighting.git
- https://github.com/junegunn/fzf.git
- command:
- fzf/install --bin
- symlink:
- {src: fzf/bin/fzf, dst: ~/.local/bin/fzf}
- {src: fzf/bin/fzf-tmux, dst: ~/.local/bin/fzf-tmux}
- message: zsh will be the default prompt after next login