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.~~