]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - .gitconfig
Move devtools to other place
[perso/Immae/Config/Nix.git] / .gitconfig
1 ; git config --local include.path '../.gitconfig'
2 [push]
3 recurseSubmodules = on-demand
4 ; Find a way to include this file automatically?
5 ; git -C nixops/secrets config --local diff.gpgdiffer.textconv "gpg --quiet -d"
6 [diff "gpgdiffer"]
7 textconv = "gpg --quiet -d"
8 [diff "sopsdiffer"]
9 textconv = "sops -d"