homesync/rsrc/template.yml

23 lines
453 B
YAML
Raw Permalink Normal View History

2022-01-07 11:32:34 +00:00
---
user:
name: name
email: email@email.com
ssh:
public: $HOME/.ssh/id_ed25519.pub
private: $HOME/.ssh/id_ed25519
repos:
local: $HOME/.homesync
remote:
name: origin
branch: master
url: "https://github.com/owner/repo.git"
unmanaged:
- LICENSE
- README.md
2022-01-07 11:32:34 +00:00
packages:
homesync:
- $HOME/.homesync.yml
- $HOME/.config/homesync/homesync.yml
- $XDG_CONFIG_HOME/homesync.yml
- $XDG_CONFIG_HOME/homesync/homesync.yml