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.

32 lines
415 B

  1. [user]
  2. email = kevin.mok@live.ca
  3. name = Kevin Mok
  4. signingkey = AEA75288DC135CF5
  5. [color]
  6. ui = auto
  7. [core]
  8. editor = nvim
  9. [push]
  10. default = simple
  11. [merge]
  12. tool = vimdiff
  13. conflictstyle = diff3
  14. [mergetool]
  15. prompt = false
  16. [diff]
  17. tool = vimdiff
  18. [commit]
  19. gpgsign = true
  20. [alias]
  21. a = add
  22. c = commit
  23. ch = checkout
  24. d = diff
  25. f = fetch
  26. l = log
  27. m = merge
  28. pl = pull
  29. ps = push
  30. s = status
  31. st = stash
  32. r = remote