Update everything muhahaha

This commit is contained in:
2022-03-16 23:36:19 +01:00
parent 4e370073b6
commit 038ad77a4f
6 changed files with 19 additions and 8 deletions

View File

@ -1,7 +1,7 @@
[user]
email = tobias.manske@mailbox.org
name = Tobias Manske
signingkey = FF57750B830AA3A1
email = tobias.manske@mailbox.org
name = Tobias Manske
signingkey = FF57750B830AA3A1
[alias]
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
fzf = "!git lg --color=always | fzf --multi --preview 'git show --color=always {+2}' --ansi"
@ -9,15 +9,15 @@
undo = reset HEAD~
ignore = "!gi() { curl -L -s https://www.gitignore.io/api/$@ ; } ; gi"
[commit]
gpgsign = true
gpgsign = true
template = ~/.gitmessage
[core]
autocrlf = input
autocrlf = input
pager = delta
[github]
user = rad4day
user = rad4day
[pull]
rebase = true
rebase = true
[interactive]
diffFilter = delta --color-only
[delta]