dotfiles/crates/40-git/crate.sh

10 lines
159 B
Bash
Raw Normal View History

2023-10-14 22:38:14 +02:00
#!/bin/sh
describe="Setup git"
scripts="@distro @self"
apply() {
git config --global user.name Raine
git config --global user.email raine@ixvd.net
}