Dotfiles for my tiling window manager + terminal workflow.
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.

41 lines
623 B

  1. [user]
  2. email = kevin.mok@mail.utoronto.ca
  3. name = Kevin Mok
  4. signingkey = C072BD80DB66DE18
  5. [color]
  6. ui = auto
  7. [core]
  8. editor = nvim
  9. autocrlf = input
  10. [push]
  11. default = simple
  12. [merge]
  13. tool = vimdiff
  14. conflictstyle = diff3
  15. [mergetool]
  16. prompt = false
  17. keepBackup = false
  18. [diff]
  19. tool = vimdiff
  20. [commit]
  21. gpgsign = true
  22. [alias]
  23. a = add
  24. c = commit
  25. ch = checkout
  26. d = diff
  27. f = fetch
  28. l = log
  29. m = merge
  30. pl = pull
  31. ps = push
  32. s = status
  33. st = stash
  34. r = remote
  35. [init]
  36. defaultBranch = main
  37. [filter "lfs"]
  38. clean = git-lfs clean -- %f
  39. smudge = git-lfs smudge -- %f
  40. process = git-lfs filter-process
  41. required = true