Compare commits

..

2 commits

3 changed files with 6 additions and 1 deletions

View file

@ -11,3 +11,6 @@ set -gx PYPI_TOKEN {{ (bitwardenFields "item" "PyPi").token.value | quote }}
set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }} set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }}
set -gx AMO_JWT_ISSUER {{ (bitwardenFields "item" "addons.mozilla.org").jwt_issuer.value | quote }}
set -gx AMO_JWT_SECRET {{ (bitwardenFields "item" "addons.mozilla.org").jwt_secret.value | quote }}

View file

@ -0,0 +1,2 @@
go.sum merge=union

View file

@ -53,7 +53,7 @@
enabled = true enabled = true
[core] [core]
editor = nvim editor = nvim
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes attributesfile = {{ .chezmoi.homeDir }}/.config/git/attributes
autocrlf = input autocrlf = input
[submodule] [submodule]
recurse = true recurse = true