dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 2e0193ebeb5b7cb4d79e086e6f46481895a1ce45
parent 26513e81e6cf2beb93d479aa7320c2ae36a6f6f8
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Thu, 29 Jul 2021 08:03:51 +0000

feat: add .gitconfig

Diffstat:
A.gitconfig | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -0,0 +1,20 @@ +[user] + name = Dash Eclipse + email = dashezup@disroot.org + signingkey = 277795766AFD1FB3 +[commit] + gpgsign = true +[diff] + tool = vimdiff +[http] + proxy = socks5h://127.0.0.1:1080 +[https] + proxy = socks5h://127.0.0.1:1080 +[init] + defaultBranch = main +[gpg] + program = gpg2 +[alias] + # git log --name-status + wip = "!git add --all; git commit -a -m \"wip: update\"" + wtc = "!git add --all; git commit -a -m \"[WTC] $(curl -s whatthecommit.com/index.txt)\""