From 6bd2b8f0ccf9334e2bce8c5bb142ce462bbdbeca Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 24 Mar 2019 16:24:31 +0000 Subject: [PATCH] Add fzf to install --- .conduit.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index 5655b83..39a5a95 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -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