How to install fzf with znap? #229
Replies: 1 comment
-
Instead, call it like this: znap source junegunn/fzf shell/{completion,key-bindings}.zsh
~[junegunn/fzf]/install --no-fish --no-bash --bin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in the process of replacing zplug with zsh-snap. I migrated about half of the plugins and I already got a much lower start up time of my terminal sessions.
Describe the bug
I'm trying to convert the following zplug configuration to install and load fzf with zsh-snap:
Steps To Reproduce
I have tried the following commands:
Expected behavior
Fzf installs without errors, all files in junegunn/fzf/shell/*.zsh are sourced and executables
fzf
andfzf-tmux
are available.Observed behavior
I'm getting this error when I am using a wildcard:
And when I run the source command without a wildcard:
These errors are logged:
So I wonder how I can source files with wildcards, how can I add multiple executable files to the path and how to run the fzf install script without errors? Running
./install --no-fish --no-bash --bin
manually does succeed.Environment:
Beta Was this translation helpful? Give feedback.
All reactions