feat: add void

This commit is contained in:
Strix 2023-11-16 15:43:34 +01:00
parent 6762a87b83
commit c8610fb3fd
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
9 changed files with 46 additions and 16 deletions

View file

@ -4,7 +4,6 @@ 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
}