mirror of
https://github.com/shokinn/.files.git
synced 2026-07-02 20:34:41 +00:00
Add instructions for installing age encrypted Brewfile
This commit is contained in:
parent
f41959c97a
commit
7ef3c01b95
1 changed files with 9 additions and 0 deletions
|
|
@ -121,6 +121,15 @@ defaults export <domain> ~/.files/config/plist/<app>.plist
|
||||||
defaults import <domain> ~/.files/config/plist/<app>.plist
|
defaults import <domain> ~/.files/config/plist/<app>.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
|
## Documentation
|
||||||
|
|
||||||
~~Maybe you should [take a look to my documentation](https://docs.pphg.tech/) to understand how I use my dotfiles.~~
|
~~Maybe you should [take a look to my documentation](https://docs.pphg.tech/) to understand how I use my dotfiles.~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue