mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-12-07 05:22:34 -06:00
Set up .gitconfig and .gitignore under Dotter management with template variables for git_name and git_email to support different values across systems. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
14 lines
174 B
TOML
14 lines
174 B
TOML
[helpers]
|
|
|
|
[git]
|
|
depends = []
|
|
|
|
[git.files]
|
|
"git/.gitconfig" = "~/.gitconfig"
|
|
"git/.gitignore" = "~/.gitignore"
|
|
|
|
[git.variables]
|
|
|
|
[settings]
|
|
default_target_type = "automatic"
|