.gitconfig 456 B

123456789101112131415161718192021222324
  1. [core]
  2. excludesFile = /home/snth/.gitignore
  3. editor = emacs -nw
  4. [user]
  5. name = Vinicius Teshima
  6. email = main@japa.boo
  7. signingkey = E5DB24899BF48DB40FB38FED15B38C26B128ACDB
  8. [safe]
  9. directory = /etc/portage
  10. [init]
  11. defaultBranch = master
  12. [push]
  13. autoSetupRemote = true
  14. [gpg]
  15. format = openpgp
  16. program = gpg
  17. [commit]
  18. gpgSign = true
  19. [includeIf "gitdir:~/Work/"]
  20. path = ~/Work/.gitconfig
  21. [includeIf "gitdir:~/Sync/Work/"]
  22. path = ~/Sync/Work/.gitconfig