Latest
This commit is contained in:
parent
9eda3b7985
commit
a7ce2c3297
4 changed files with 9 additions and 9 deletions
|
@ -126,6 +126,7 @@
|
||||||
autocorrect = 20
|
autocorrect = 20
|
||||||
[http]
|
[http]
|
||||||
postBuffer = 524288000
|
postBuffer = 524288000
|
||||||
|
{{ if (stat (joinPath "etc" "ssl" "cert.pem")) -}}sslcainfo = /etc/ssl/cert.pem{{ end -}}
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
# templatedir = ~/.config/git/template
|
# templatedir = ~/.config/git/template
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
cache={{ .chezmoi.homeDir }}/.cache/npm
|
cache={{ .chezmoi.homeDir }}/.cache/npm
|
||||||
|
{{ if (stat (joinPath "etc" "ssl" "cert.pem")) -}}
|
||||||
|
cafile=/etc/ssl/cert.pem
|
||||||
|
{{ end -}}
|
||||||
init-author-email={{ .user.email }}
|
init-author-email={{ .user.email }}
|
||||||
init-author-name={{ .user.name }} <{{ .user.email }}> ({{ .user.domain }})
|
init-author-name={{ .user.name }} <{{ .user.email }}> ({{ .user.domain }})
|
||||||
init-author-url=https://{{ .user.domain }}
|
init-author-url=https://{{ .user.domain }}
|
||||||
|
|
|
@ -5969,10 +5969,6 @@ softwarePackages:
|
||||||
_name: Dotenv Vault
|
_name: Dotenv Vault
|
||||||
brew: dotenv-org/brew/dotenv-vault
|
brew: dotenv-org/brew/dotenv-vault
|
||||||
npm: dotenv-vault
|
npm: dotenv-vault
|
||||||
privileges:
|
|
||||||
_name: Privileges
|
|
||||||
_when:cask: '! test -d /Applications/Privileges.app && ! test -d $HOME/Applications/Privileges.app'
|
|
||||||
cask: privileges
|
|
||||||
hss:
|
hss:
|
||||||
_bin: hss
|
_bin: hss
|
||||||
_github: https://github.com/six-ddc/hss
|
_github: https://github.com/six-ddc/hss
|
||||||
|
|
Loading…
Reference in a new issue