# zb ## Meta ```yaml name: zb aliases: zerobrew repo: https://github.com/lucasgelfond/zerobrew description: A 5-20x faster experimental Homebrew alternative ``` ## Install ```shell curl -fsSL https://zerobrew.rs/install | bash ``` ## Usage ```shell zb install jq # install one package zb install wget git # install multiple zb bundle # install from Brewfile zb bundle install -f myfile # install from custom file zb bundle dump # export installed packages to Brewfile zb bundle dump -f out --force # dump to custom file (overwrite) zb uninstall jq # uninstall one package zb reset # uninstall everything zb gc # garbage collect unused store entries zbx jq --version # run without linking ```