fix: stuff

This commit is contained in:
Strix 2024-06-04 14:43:05 +02:00
parent dd70dd0ad4
commit ba52a96a60
8 changed files with 39 additions and 121 deletions

View file

@ -4,6 +4,6 @@ describe="Setup git"
scripts="@distro @self"
apply() {
git config --global user.name Raine
git config --global user.email raine@ixvd.net
git config --global user.name Strix
git config --global user.email strix@saluco.nl
}