Add home configuration
This commit is contained in:
parent
47aafcf5d4
commit
19faa32dbf
5 changed files with 127 additions and 0 deletions
14
dotfiles/git/.gitconfig
Normal file
14
dotfiles/git/.gitconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
[user]
|
||||
name = Ray Miller
|
||||
email = ray@1729.org.uk
|
||||
[core]
|
||||
excludesfile = /home/ray/.gitignore_global
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[credential]
|
||||
helper = !pass-git-helper $@
|
2
dotfiles/git/.gitignore_global
Normal file
2
dotfiles/git/.gitignore_global
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Emacs backup files
|
||||
*~
|
Loading…
Add table
Add a link
Reference in a new issue