mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-09-06 05:10:41 +00:00
move to subdirectory
This commit is contained in:
13
files/gitconfig
Normal file
13
files/gitconfig
Normal file
@@ -0,0 +1,13 @@
|
||||
[user]
|
||||
name = cupcakearmy
|
||||
email = hi@nicco.io
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[core]
|
||||
excludesfile = $HOME/.gitignore_global
|
||||
autocrlf = input
|
||||
[commit]
|
||||
gpgsign = true
|
Reference in New Issue
Block a user