add git support

This commit is contained in:
Strix 2023-10-14 22:38:14 +02:00
parent 52e756594e
commit 9ccf7dc444
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

10
crates/40-git/crate.sh Normal file
View file

@ -0,0 +1,10 @@
#!/bin/sh
describe="Setup git"
scripts="@distro @self"
apply() {
git config --global user.signingkey 01E71F18AA4398E5
git config --global user.name Raine
git config --global user.email raine@ixvd.net
}