1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-11-01 03:27:26 -05:00
dotfiles/.dotter/global.toml

18 lines
249 B
TOML
Raw Normal View History

2024-09-18 23:56:58 -05:00
[helpers]
2024-09-19 00:27:01 -05:00
[default]
depends = ["bottom", "git"]
[default.files]
2024-09-19 00:11:59 -05:00
[bottom.files]
"bottom/bottom.toml" = "~/.config/bottom/bottom.toml"
2024-09-18 23:56:58 -05:00
2024-09-19 00:11:59 -05:00
[git.files]
"git/gitconfig" = "~/.gitconfig"
2024-09-18 23:56:58 -05:00
2024-09-19 00:27:01 -05:00
[default.variables]
[settings]
default_target_type = "automatic"