From 7ef3c01b95ab1ebd894c1e0d79b3da725b35ad61 Mon Sep 17 00:00:00 2001 From: shokinn Date: Fri, 26 Jun 2026 17:28:29 +0200 Subject: [PATCH] Add instructions for installing age encrypted Brewfile --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 17ee99e..2125ea0 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,15 @@ defaults export ~/.files/config/plist/.plist defaults import ~/.files/config/plist/.plist ``` +## Brew + +### Install age encrypted Brewfile + +```shell +age --decrypt -i ~/.age/phg-age-dotfiles -o - ~/.files/config/brew/vw.Brewfile.age | brew bundle install --file=- +``` + + ## Documentation ~~Maybe you should [take a look to my documentation](https://docs.pphg.tech/) to understand how I use my dotfiles.~~