mirror of
https://github.com/shokinn/.files.git
synced 2026-07-02 20:34:41 +00:00
Add installation steps for age encrypted Brewfile
This commit is contained in:
parent
d79ec9f648
commit
42674adae1
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ defaults import <domain> ~/.files/config/plist/<app>.plist
|
|||
### Install age encrypted Brewfile
|
||||
|
||||
```shell
|
||||
gh auth login
|
||||
ssh-keygen -F github.com >/dev/null || ssh-keyscan -t rsa,ed25519 github.com >> ~/.ssh/known_hosts
|
||||
age --decrypt -i ~/.age/phg-age-dotfiles -o - ~/.files/config/brew/vw.Brewfile.age | brew bundle install --file=-
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue