Initial commit

This commit is contained in:
2025-11-25 08:37:43 +01:00
commit bd28479f8f
17 changed files with 1224 additions and 0 deletions

16
.gitconfig Executable file
View File

@@ -0,0 +1,16 @@
[user]
name = Sebastian Krüger
email = valknar@pivoine.art
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
editor = nano
[init]
defaultBranch = main
[alias]
squash-all = "!f(){ git reset $(git commit-tree \"HEAD^{tree}\" \"$@\");};f"
[push]
autoSetupRemote = true