feat: Ajout ~/.config/git
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
[user]
|
||||||
|
name = Xavier Logerais
|
||||||
|
email = xavier@logerais.com
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = cache
|
||||||
|
helper = !type pass-git-helper >/dev/null && pass-git-helper $@
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[rerere]
|
||||||
|
enabled = 1
|
||||||
|
[merge]
|
||||||
|
conflictstyle = diff3
|
||||||
|
[core]
|
||||||
|
excludesfile = /home/xavier/.gitignore
|
||||||
|
attributesfile = /home/xavier/.gitattributes
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
### asdf ###
|
||||||
|
.tool-versions
|
||||||
|
### mise ###
|
||||||
|
.mise.toml
|
||||||
|
### direnv ###
|
||||||
|
.direnv
|
||||||
|
.envrc
|
||||||
|
### python ###
|
||||||
|
.venv
|
||||||
Reference in New Issue
Block a user