-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# pakku | ||
# pakku | ||
|
||
[![Go Reference](https://pkg.go.dev/badge/github.com/mycreepy/pakku.svg)](https://pkg.go.dev/github.com/mycreepy/pakku) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/mycreepy/pakku?style=flat-square)](https://goreportcard.com/report/github.com/mycreepy/pakku) | ||
[![Go Build & Test](https://github.com/mycrEEpy/pakku/actions/workflows/build.yml/badge.svg)](https://github.com/mycrEEpy/pakku/actions/workflows/build.yml) | ||
|
||
`pakku` is a declarative approach to your system package managers. | ||
|
||
## Installation | ||
|
||
You can download the pre-built binaries from the GitHub Releases or use various other installation methods. | ||
|
||
Using Go: | ||
|
||
```shell | ||
go install github.com/mycreepy/pakku@latest | ||
``` | ||
|
||
Using Pkgx: | ||
|
||
```shell | ||
pkgx install github.com/mycreepy/pakku | ||
``` | ||
|
||
## 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` |