pakku is a declarative approach to your system package managers.
pakkuis 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@latestUsing Pkgx:
pkgx pkgm install github.com/mycreepy/pakku- Initialize a new config:
pakku init
- Add some packages to your config:
pakku add apt curlpakku add brew awscli
- Install the packages on your system:
pakku apply
- apt
- brew
- dnf
- pacman
- pkgx