A tool to install/upgrade packages quickly. Packfest name comes from phrase "packages manifest".
brew install go-task
git clone <packfest-repo> packfest
cd packfest && task install
cp example-packfest.yaml ~/.config/packfest.yaml
# edit packfest.yaml and then install all packages with
packfest install
# upgrade outdated packages in packfest.yaml
packfest upgrade
Package sources of packfest.yaml
:
packages.brew_formulae
: packages installed withbrew install
packages.nixpkgs
: packages installed withnix profile install
packages.rubygems
: packages installed withgem install
packages.brew_casks
: TODO, packages installed withbrew install --cask