logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

.gitconfig (704B)


  1. [user]
  2. email = contact@hacktivis.me
  3. name = Haelwenn (lanodan) Monnier
  4. signingkey = /home/haelwenn/.ssh/id_ed25519.pub
  5. [push]
  6. default = current
  7. gpgSign = if-asked
  8. [commit]
  9. gpgSign = true
  10. [url "https:"]
  11. insteadOf = httpssh:
  12. [url "ssh:"]
  13. pushInsteadOf = httpssh:
  14. [checkout]
  15. defaultRemote = origin
  16. [log]
  17. date = format:%c
  18. mailmap = true
  19. [filter "lfs"]
  20. required = true
  21. clean = git-lfs clean -- %f
  22. smudge = git-lfs smudge -- %f
  23. process = git-lfs filter-process
  24. [sendemail]
  25. assume8bitEncoding = UTF-8
  26. [reset]
  27. quiet = true
  28. [branch]
  29. sort = -committerdate
  30. [init]
  31. defaultBranch = master
  32. [pull]
  33. rebase = true
  34. [rebase]
  35. autostash = true
  36. autoSquash = true
  37. [format]
  38. notes = yes
  39. [gpg]
  40. format = ssh