1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2025-12-07 05:22:34 -06:00
dotfiles/.dotter/global.toml
Kaan Barmore-Genc fad40330cd Add git dotfiles with Dotter templates
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>
2025-11-15 21:30:28 -06:00

14 lines
174 B
TOML

[helpers]
[git]
depends = []
[git.files]
"git/.gitconfig" = "~/.gitconfig"
"git/.gitignore" = "~/.gitignore"
[git.variables]
[settings]
default_target_type = "automatic"