changeset 636:abf8938c8c6c

Add pass
author zegervdv <zegervdv@me.com>
date Tue, 16 Aug 2022 17:47:03 +0200
parents 44c31cfaaf8a
children 8405102e55c4
files .chezmoiexternal.toml dot_Brewfile dot_gitconfig.tmpl
diffstat 3 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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}}
--- 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"
--- 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