Add home configuration

This commit is contained in:
Ray Miller 2024-11-29 16:55:11 +00:00
parent 47aafcf5d4
commit 19faa32dbf
5 changed files with 127 additions and 0 deletions

14
dotfiles/git/.gitconfig Normal file
View 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 $@

View file

@ -0,0 +1,2 @@
# Emacs backup files
*~