Skip to content

Instantly share code, notes, and snippets.

View zacharyyz's full-sized avatar

Zachary Zhou zacharyyz

View GitHub Profile
@zacharyyz
zacharyyz / config
Last active October 13, 2020 07:49 — forked from pksunkara/config
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Zachary Zhou
email = avengyy@gmail.com
username = ardmcs
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[sendemail]
smtpencryption = tls