diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-10 21:32:25 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-11-10 21:32:25 +0700 |
commit | 5b07539fad29d4f88662c9c3e2f602860b3663be (patch) | |
tree | 96dadd0e9fdac131951db40b314dbe7dfa836994 /dev | |
parent | 0cb59f5027779efaaa24d5fad6b0e2921d12c60b (diff) | |
download | dotfiles-5b07539fad29d4f88662c9c3e2f602860b3663be.tar.gz |
Update 2020-11-10
Diffstat (limited to 'dev')
-rw-r--r-- | dev/.config/pip/pip.conf | 4 | ||||
-rw-r--r-- | dev/.gitconfig | 8 | ||||
-rw-r--r-- | dev/.hgrc | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/dev/.config/pip/pip.conf b/dev/.config/pip/pip.conf deleted file mode 100644 index af17a7c..0000000 --- a/dev/.config/pip/pip.conf +++ /dev/null @@ -1,4 +0,0 @@ -[global] -use-feature = - 2020-resolver - fast-deps diff --git a/dev/.gitconfig b/dev/.gitconfig index 3c0864c..725abf9 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -4,9 +4,11 @@ [diff] tool = vimdiff guitool = gvimdiff -[github] - user = McSinyx - +[sendemail] + smtpserver = disroot.org + smtpuser = mcsinyx@disroot.org + smtpencryption = tls + smtpserverport = 587 [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f diff --git a/dev/.hgrc b/dev/.hgrc index 1254bb5..df9c81c 100644 --- a/dev/.hgrc +++ b/dev/.hgrc @@ -1,5 +1,5 @@ [ui] -username = Nguyễn Gia Phong <vn.mcsinyx@gmail.com> +username = Nguyễn Gia Phong <mcsinyx@disroot.org> [extensions] color = |