Add further configurations

This commit is contained in:
ItsDrike 2021-01-14 14:24:25 +01:00
parent c1a4415802
commit a92c28e1a5
No known key found for this signature in database
GPG key ID: 252D306F545351FC
34 changed files with 1149 additions and 0 deletions

22
home/.config/git/config Normal file
View file

@ -0,0 +1,22 @@
# This is Git's per-user configuration file.
[user]
name = ItsDrike
email = itsdrikeofficial@gmail.com
signingkey = 252D306F545351FC
[credential]
helper = store
[alias]
l = log --oneline --decorate --all --graph
lol = log --pretty=oneline --abbrev-commit --graph
lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[merge]
tool = meld
[mergetool]
keepbackup = false
keeptemporaries = false
[diff]
tool = meld
[commit]
gpgsign = true
[gpg]
program = /usr/bin/gpg