hiccup is a python script that attempts to upgrade your system with multiple package managers.
hiccup reads from $XDG_CONFIG_HOME/hiccup/config.json. this file must contain 5 objects:
system_update_cmdsextra_cmdsclean_cmdsshell_plugin_cmdsother_cmds
the value for most keys will be run with bash -c, but values in system_update_cmds and clean_cmds
will run with sudo bash -c and values in shell_plugin_cmds will run with name of the shell specified.
see default-config.json for example
hiccup only needs one command to install :)
python3 -m flit install --useror you can use the aur package