14 lines
199 B
TOML
14 lines
199 B
TOML
|
|
[curator]
|
|
version = "1.0"
|
|
last_switch = ""
|
|
|
|
copr = ["copr.fedorainfracloud.org/user/repo"]
|
|
packages = ["git", "vim"]
|
|
|
|
[dotfiles]
|
|
".bashrc" = ".bashrc"
|
|
|
|
[options]
|
|
backup = true
|
|
backup_dir = "backup"
|