From c3d874f68994e97e7a9c53f0e222d85b366ed145 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 18 Sep 2022 12:50:00 +0300 Subject: [PATCH] zsh fuzzy-finder --- Makefile | 2 ++ sub/zsh/plugin | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ab05f88..f596c5a 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,8 @@ zsh: git clone https://github.com/zsh-users/zsh-autosuggestions ~/.subzsh/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.subzsh/plugins/zsh-syntax-highlighting git clone https://github.com/hlissner/zsh-autopair ~/.subzsh/plugins/hlissner/zsh-autopair + git clone https://github.com/unixorn/fzf-zsh-plugin.git ~/.subzsh/plugins/unixorn/fzf-zsh-plugin && \ + ln -s ~/.subzsh/plugins/unixorn/fzf-zsh-plugin/bin/* ~/.local/bin/ tmux: ln -s $(PWD)/sub/tmux/tmux.conf ~/.tmux.conf diff --git a/sub/zsh/plugin b/sub/zsh/plugin index 3031ed6..8e24950 100644 --- a/sub/zsh/plugin +++ b/sub/zsh/plugin @@ -6,4 +6,5 @@ so () { so ~/.subzsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh so ~/.subzsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh so ~/.subzsh/plugins/hlissner/zsh-autopair/autopair.zsh +so ~/.subzsh/plugins/unixorn/fzf-zsh-plugin/fzf-zsh-plugin.plugin.zsh