dotfiles
Something went wrong. Try again.
1234567891011121314151617181920212223242526272829303132[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[user] email = jni@fastmail.com name = Juan Nunez-Iglesias[core] # nvim if it's installed, vim otherwise editor = "sh -c 'if command -v nvim >/dev/null 2>&1; then exec nvim \"$@\"; else exec vim \"$@\"; fi' git-editor"[init] defaultBranch = main[credential] helper = libsecret[url "git@codeberg.org:"] insteadOf = https://codeberg.org/[user] signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICq5XRz4EFyJpZ9aETQz3K1sC7ChIPWny1wjdXvHa2Aw[gpg] format = ssh[gpg "ssh"] program = "/opt/1Password/op-ssh-sign"[commit] gpgsign = true