mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
12 lines
No EOL
256 B
INI
12 lines
No EOL
256 B
INI
# ~/.gitconfig
|
|
# ln -sf ~/.dotfiles/.gitconfig ~/.gitconfig
|
|
[user]
|
|
name = js0ny
|
|
email = json.y@outlook.com
|
|
[core]
|
|
editor = vim
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true |