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 pkgm install github.com/mycreepy/pakku
- 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
- apt
- brew
- dnf
- pkgx