mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-22 06:31:06 +01:00
add mine gitconfig
This commit is contained in:
parent
c49c697162
commit
b1b003b404
1 changed files with 11 additions and 0 deletions
11
.gitconfig
Normal file
11
.gitconfig
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[user]
|
||||||
|
email = xhyrom.hyro@gmail.com
|
||||||
|
name = xHyroM
|
||||||
|
[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 = nvim
|
Loading…
Reference in a new issue