mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 22:48:05 +01:00
Compare commits
2 commits
aee23bbd8b
...
c7a32f4b73
Author | SHA1 | Date | |
---|---|---|---|
c7a32f4b73 | |||
962e2cea8d |
3 changed files with 6 additions and 1 deletions
|
@ -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 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 }}
|
||||
|
||||
|
|
2
dot_config/git/attributes
Normal file
2
dot_config/git/attributes
Normal file
|
@ -0,0 +1,2 @@
|
|||
go.sum merge=union
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
enabled = true
|
||||
[core]
|
||||
editor = nvim
|
||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||
attributesfile = {{ .chezmoi.homeDir }}/.config/git/attributes
|
||||
autocrlf = input
|
||||
[submodule]
|
||||
recurse = true
|
||||
|
|
Loading…
Reference in a new issue