chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.05k stars 106 forks source link

Zinit installation mode #31

Closed crivotz closed 3 years ago

crivotz commented 3 years ago

Added zinit installation mode

chriswalz commented 3 years ago

@crivotz does this require installing the binary first and then running the zinit commands? How exactly does this work as I'm not very familiar with zinit

crivotz commented 3 years ago

It automatically takes the release from github releases (from'gh-r') and makes available as program the executable files Takes care of choosing the correct architecture on its own.

Who use zinit need only those two lines to install all, very convenient to manage the plugin update.

chriswalz commented 3 years ago

LGTM, thanks!