Skip to content

Clone plugins in parallel #33

Answered by marlonrichert
jooola asked this question in Q&A
Discussion options

You must be logged in to vote

Right now, Znap only clones in parallel if you put all your plugins into one znap clone statement. So, if you want that, you need to put this before your znap source statements:

znap clone zsh-users/zsh-completions \
  zsh-users/zsh-autosuggestions \
  zsh-users/zsh-history-substring-search \
  zsh-users/zsh-syntax-highlighting \
  starcraftman/zsh-git-prompt \
  greymd/tmux-xpanes

Personally, I prefer to see everything that’s happening, but I could introduce an -s flag for silent mode.

I could also look into adding an “async clone” option for znap source or some “smart” logic for doing this automatically, but one has to be careful with stuff like that. If statements in your .zshrc get ex…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by marlonrichert
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants
Converted from issue

This discussion was converted from issue #23 on February 05, 2021 20:00.