# HG changeset patch # User zegervdv # Date 1660664823 -7200 # Node ID abf8938c8c6cb77630e278962f5ce519c52ca1cb # Parent 44c31cfaaf8a8ce49fb5ef5efd493819162ff806 Add pass diff -r 44c31cfaaf8a -r abf8938c8c6c .chezmoiexternal.toml --- a/.chezmoiexternal.toml Tue Aug 16 08:11:37 2022 +0200 +++ b/.chezmoiexternal.toml Tue Aug 16 17:47:03 2022 +0200 @@ -72,4 +72,8 @@ type = "file" url = "https://github.com/twpayne/chezmoi/raw/v2.15.1/completions/chezmoi.zsh" +[".zsh/completions/_pass"] + type = "file" + url = "https://git.zx2c4.com/password-store/plain/src/completion/pass.zsh-completion" + {{- end}} diff -r 44c31cfaaf8a -r abf8938c8c6c dot_Brewfile --- a/dot_Brewfile Tue Aug 16 08:11:37 2022 +0200 +++ b/dot_Brewfile Tue Aug 16 17:47:03 2022 +0200 @@ -25,3 +25,4 @@ brew "pyright" brew "git" brew "zegervdv/tools/cbfmt" +brew "pass" diff -r 44c31cfaaf8a -r abf8938c8c6c dot_gitconfig.tmpl --- a/dot_gitconfig.tmpl Tue Aug 16 08:11:37 2022 +0200 +++ b/dot_gitconfig.tmpl Tue Aug 16 17:47:03 2022 +0200 @@ -47,3 +47,5 @@ required = true [include] path = ~/.gitconfig.local +[diff "gpg"] + textconv = gpg --no-tty --decrypt