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