Public part of my dotfiles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
371 B

5 years ago
5 years ago
2 years ago
  1. [user]
  2. name = Geoffrey “Frogeye” Preud'homme
  3. email = geoffrey@frogeye.fr
  4. signingkey = 0x8312C8CAC1BAC289
  5. [core]
  6. editor = nvim
  7. excludesfile = ~/.config/git/gitignore
  8. [push]
  9. default = matching
  10. [alias]
  11. git = !exec git
  12. [filter "lfs"]
  13. clean = git-lfs clean -- %f
  14. smudge = git-lfs smudge -- %f
  15. process = git-lfs filter-process
  16. required = true
  17. [pull]
  18. ff = only