blob: c20e341fada69ba8515681bca4f7c598b1e6e876 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# hiccup
hiccup is a python script that attempts to upgrade your system with multiple package managers.
## how it works
hiccup reads from `$XDG_CONFIG_HOME/hiccup/config.json`. this file specifies distros (by their freedesktop id), shell plugin
managers, and other package managers, paired with a command that runs an update - see `default-config.json`.
## how to install
hiccup only needs one command to install :)
```sh
make install
```
and to uninstall:
```sh
make uninstall
```
|