pakku
is a declarative approach to your system package managers.
pakku
is not finished and still under active development.
You can download the pre-built binaries from the GitHub Releases or use various other installation methods.
Using Go:
go install github.com/mycreepy/pakku/cmd/pakku@latest
Using Pkgx:
pkgx install github.com/mycreepy/pakku@latest
- Initialize a new config:
pakku init
- Add some packages to your config:
pakku add apt curl
pakku add brew awscli
- Install the packages on your system:
pakku apply