#3 Configure sops filter in age-setup script

This commit is contained in:
Joey Hafner 2024-08-15 16:19:42 -07:00
parent bf81ecbd27
commit fc5973a46f
No known key found for this signature in database

View File

@ -17,6 +17,7 @@ alias enc="$AGE_DIR/.age-encrypt.sh"
alias dec="$AGE_DIR/.age-decrypt.sh"
# Configure the git filters
# git config --local filter.sops.smudge $AGE_DIR/.age-decrypt.sh
# git config --local filter.sops.clean $AGE_DIR/.age-encrypt.sh
# git config --local filter.sops.required true
git config --local filter.sops.smudge $AGE_DIR/.age-decrypt.sh
git config --local filter.sops.clean $AGE_DIR/.age-encrypt.sh
git config --local filter.sops.required true