mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-15 10:54:18 +00:00
Update dotfiles
This commit is contained in:
13
Config/.gitconfig
Normal file
13
Config/.gitconfig
Normal file
@ -0,0 +1,13 @@
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[user]
|
||||
name = Werner
|
||||
email = guilhermeqwerner@gmail.com
|
||||
[core]
|
||||
longpaths = true
|
||||
fileMode = false
|
||||
[init]
|
||||
defaultBranch = "main"
|
Reference in New Issue
Block a user