Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 740 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 740 Bytes

Packfest

A tool to install/upgrade packages quickly. Packfest name comes from phrase "packages manifest".

Installation

brew install go-task

git clone <packfest-repo> packfest
cd packfest && task install

Usage

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 with brew install
  • packages.nixpkgs: packages installed with nix profile install
  • packages.rubygems: packages installed with gem install
  • packages.brew_casks: TODO, packages installed with brew install --cask