diff options
| author | sinanmohd <sinan@firemail.cc> | 2023-07-05 11:17:14 +0530 | 
|---|---|---|
| committer | nazu <nazu@Nazers-MacBook-Pro.local> | 2023-07-08 10:59:19 +0400 | 
| commit | f51ec41c1a8ea245641c049872a2bbb5afbff58c (patch) | |
| tree | 1f6f0d68b9731172653d9aa47f10513b9ec33d16 /.config/git | |
| parent | 218d427fb064d8c9a6191cd56f4ac6970601a536 (diff) | |
gitconfig: move to XDG_DATA_HOME
Diffstat (limited to '.config/git')
| -rw-r--r-- | .config/git/.gitconfig | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/.config/git/.gitconfig b/.config/git/.gitconfig new file mode 100644 index 0000000..032eb50 --- /dev/null +++ b/.config/git/.gitconfig @@ -0,0 +1,10 @@ +[color] +	ui = auto +[user] +	name = sinanmohd +	email = sinan@firemail.cc +[sendemail] +	smtpserver = mail.cock.li +	smtpuser = sinan@firemail.cc +	smtpencryption = ssl +	smtpserverport = 465 | 
