Last active
October 27, 2020 19:36
-
-
Save matthewbauer/4a7372cf458f2b322c0b7a6e7837592f to your computer and use it in GitHub Desktop.
User config example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.c diff=cpp | |
*.h diff=cpp | |
*.c++ diff=cpp | |
*.h++ diff=cpp | |
*.cpp diff=cpp | |
*.hpp diff=cpp | |
*.cc diff=cpp | |
*.hh diff=cpp | |
*.cs diff=csharp | |
*.css diff=css | |
*.html diff=html | |
*.xhtml diff=html | |
*.ex diff=elixir | |
*.exs diff=elixir | |
*.go diff=golang | |
*.php diff=php | |
*.pl diff=perl | |
*.py diff=python | |
*.md diff=markdown | |
*.rb diff=ruby | |
*.rake diff=ruby | |
*.rs diff=rust | |
*.lisp diff=lisp | |
*.el diff=lisp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: gitconfig; -*- | |
[user] | |
email = [email protected] | |
name = Matthew Bauer | |
[github] | |
user = matthewbauer | |
[merge] | |
conflictStyle = diff3 | |
[sendemail] | |
smtpEncryption = tls | |
smtpServer = smtp.gmail.com | |
smtpUser = [email protected] | |
smtpServerPort = 587 | |
[help] | |
autoCorrect = 5 | |
[pull] | |
rebase = true | |
[rerere] | |
enabled = true | |
[url "ssh://[email protected]"] | |
insteadOf = git://gist.github.com | |
insteadOf = https://gist.github.com | |
insteadOf = http://gist.github.com | |
[url "ssh://[email protected]"] | |
insteadOf = git://github.com | |
insteadOf = https://github.com | |
insteadOf = http://github.com | |
[url "ssh://[email protected]"] | |
insteadOf = git://gitlab.com | |
insteadOf = https://gitlab.com | |
insteadOf = http://gitlab.com | |
[url "ssh://[email protected]"] | |
insteadOf = git://gitlab.org | |
insteadOf = https://gitlab.org | |
insteadOf = http://gitlab.org | |
[url "ssh://[email protected]"] | |
insteadOf = git://gitlab.gnome.org | |
insteadOf = https://gitlab.gnome.org | |
insteadOf = http://gitlab.gnome.org | |
[url "ssh://[email protected]"] | |
insteadOf = git://gitlab.haskell.org | |
insteadOf = https://gitlab.haskell.org | |
insteadOf = http://gitlab.haskell.org | |
[url "ssh://[email protected]"] | |
insteadOf = git://gitlab.freedesktop.org | |
insteadOf = https://gitlab.freedesktop.org | |
insteadOf = http://gitlab.freedesktop.org | |
[url "ssh://[email protected]"] | |
insteadOf = git://bitbucket.com | |
insteadOf = https://bitbucket.com | |
insteadOf = http://bitbucket.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: gitignore; -*- | |
*~ | |
\#*\# | |
\.\#* | |
TAGS | |
tags | |
*.DS_Store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IgnoreUnknown AddKeysToAgent,UseKeychain | |
Host localhost | |
CanonicalizeHostname no | |
CanonicalizeHostname yes | |
CanonicalDomains local office | |
CanonicalizeMaxDots 0 | |
UseKeychain yes | |
AddKeysToAgent yes | |
NoHostAuthenticationForLocalhost yes | |
CheckHostIP no | |
Host bitbucket.com | |
User git | |
Host bitbucket.org | |
User git | |
Host github.com | |
User git | |
Host gitlab.com | |
User git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
substituters = https://bauer.cachix.org https://nixiosk.cachix.org https://nixcache.reflex-frp.org https://cache.nixos.org http://obsidian.webhop.org:8950 http://obsidian.webhop.org:9050 http://obsidian.webhop.org:9150 | |
trusted-public-keys = bauer.cachix.org-1:3LdWAWeZvdgPDS8A2acifbbW0LaDHcR6Ds93VRc5r8o= nixiosk.cachix.org-1:zcztl5w5OEAd6KKqWvrlfH7zopGsalSg/vJp3fUJDMk= ryantrinkle.com-1:JJiAKaRv9mWgpVAz8dwewnZe0AzzEAzPkagE9SP5NWI= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= obsidian.webhop.org-1:7wdOogi+TMjCYxCePRRXRQZ8sfjTV4trYA+WtzDmyck= obsidian.webhop.org-2:1SpmKp9kXPQsZMka5l4NeSLyZEDd2RS9q03Q+VuIIj8= eris-1:LTvJs7Xlr5rrFMchM9SoY4Dunbc4wV09Dz/JbiG0Xp0= nixiosk.cachix.org-1:pyzRzjCUhw0r+moXnSklZwwI/gFk+Z+A2ofmEhOf7Sc= | |
experimental-features = nix-command ca-references flakes | |
builders-use-substitutes = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(custom-set-variables | |
;; custom-set-variables was added by Custom. | |
;; If you edit it by hand, you could mess it up, so be careful. | |
;; Your init file should contain only one such instance. | |
;; If there is more than one, they won't work right. | |
'(erc-nick "matthewbauer") | |
'(message-send-mail-function (quote message-smtpmail-send-it)) | |
'(send-mail-function (quote smtpmail-send-it)) | |
'(smtpmail-smtp-server "smtp.gmail.com") | |
'(smtpmail-smtp-service 587) | |
'(user-full-name "Matthew Bauer") | |
'(user-mail-address "[email protected]")) | |
(custom-set-faces | |
;; custom-set-faces was added by Custom. | |
;; If you edit it by hand, you could mess it up, so be careful. | |
;; Your init file should contain only one such instance. | |
;; If there is more than one, they won't work right. | |
'(default ((t (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 120 :width normal))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment