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