Gib Wiki
Gib Is the Best agnostic package manager extender for Unix-like OS's.
Status: Beta
Brought to you by:
naln1
Same as the old style, but now packakes are under the ;;packages header.
An optional ;;source header has been added for adding shell commands
to be run after the giblets packages are installed. Intended for settep or configuration steps.
example giblets wih and without the source header
;;packages termdown tmux vim w3m ;;source echo "hello" echo "world"
;;packages termdown tmux vim w3m
Legacy giblets are still supported.
Newline delimited package names that are valid for your systems package manager.
For local giblet files, they must end in a ".giblet", eg: "cli.giblet".
For remote giblets in a repository, the file format is the same.
termdown tmux vim w3m