Files
cheatsheets/zb/CHEATSHEET.md

40 lines
977 B
Markdown

# 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
```
Get binaries from: https://github.com/lucasgelfond/zerobrew/releases
## 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
```
List local:
```angular2html
➜ zb list
jq 1.8.1
```