Skip to content
/ pakku Public

pakku is a declarative approach to your system package managers.

License

Notifications You must be signed in to change notification settings

mycrEEpy/pakku

Repository files navigation

pakku

Go Reference Go Report Card Go Build & Test

pakku is a declarative approach to your system package managers.

pakku is not finished and still under active development.

Installation

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

Usage

  • 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

About

pakku is a declarative approach to your system package managers.

Resources

License

Stars

Watchers

Forks