.gitconfig 436 B

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