Files
dotfiles/dot_gitconfig

17 lines
346 B
TOML

[user]
name = Xevion
email = xevion@xevion.dev
# signingkey = C217005CF3C00672
# [commit]
# gpgsign = true
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[core]
editor = micro
[init]
defaultBranch = master