17 lines
500 B
TOML
17 lines
500 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]
|
|
dir = "."
|
|
|
|
# [source.personal.git] # default is the uid
|
|
# url = "https://git.saluco.nl/strix/dotfiles.git"
|
|
# branch = "syncr"
|
|
# crate_dir = "./crates" # default
|
|
# cfg_toml = "./syncr.toml" # default
|