dotfiles/syncr.toml

18 lines
500 B
TOML
Raw Normal View History

2025-02-26 03:05:18 +01:00
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
2025-03-04 22:08:08 +01:00
[source.personal]
dir = "."
2025-02-26 03:05:18 +01:00
2025-03-04 22:08:08 +01:00
# [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