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 installcp example-packfest.yaml ~/.config/packfest.yaml
# edit packfest.yaml and then install all packages with
packfest install
# upgrade outdated packages in packfest.yaml
packfest upgradePackage sources of packfest.yaml:
packages.brew_formulae: packages installed withbrew installpackages.nixpkgs: packages installed withnix profile installpackages.rubygems: packages installed withgem installpackages.brew_casks: TODO, packages installed withbrew install --cask