:arrow_up: prepare new version
:memo: update changelog
:memo: update docs
brrr
is the command line tool to install packages from the freezer repository (and more).
Download brrr
from the releases page.
:warning:
tar
and unzip
installed.~/.config/brrr/bin
to your PATH.brrr
is available as a Docker image. This is experimental!
Run it:
docker run --rm -it nyrst/brrr info atom
To generate freezer data with Fish:
docker run --rm -it -v {$PWD}:/workspace -w /workspace nyrst/brrr info atom
Or with bash:
docker run --rm -it -v ${PWD}:/workspace -w /workspace nyrst/brrr info atom
Visit https://brrr.nyrst.tools or browse the ./docs/content/ folder!