17 lines
No EOL
521 B
TOML
17 lines
No EOL
521 B
TOML
title = "strix's syncr config"
|
|
|
|
[daemon]
|
|
# interval
|
|
# discription: how often to check for new updates, this is the default for syncs
|
|
# you can define a custom interval for specific sources
|
|
# unit = minutes
|
|
interval = 60
|
|
|
|
[source.personal.git] # default is the uid
|
|
url = "https://git.saluco.nl/strix/dotfiles.git"
|
|
crate_dir = "./crates" # default
|
|
cfg_toml = "./syncr.toml" # default
|
|
|
|
[source.work.git]
|
|
url = "https://git.saluco.nl/dotfiles.git"
|
|
branch = "work" |