📂 Add new directories: mise, uv, zb
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user