This commit is contained in:
Niccolo Borgioli 2022-04-08 11:17:15 +02:00
parent 1a8519512b
commit 46d68eec17
No known key found for this signature in database
GPG Key ID: 81C683415BBD86B0
2 changed files with 4 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
secretfile filter=git-crypt diff=git-crypt
*.key filter=git-crypt diff=git-crypt
secretdir/** filter=git-crypt diff=git-crypt

View File

@ -6,6 +6,7 @@ tap "homebrew/core"
brew "fish"
brew "git"
brew "git-lfs"
brew "git-crypt"
brew "gnupg"
brew "go"
brew "htop"