mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-06 03:14:52 -06:00
17 lines
346 B
TOML
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
|