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.

42 lines
651 B

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