2022-01-07 11:32:34 +00:00
|
|
|
---
|
|
|
|
user:
|
|
|
|
name: name
|
|
|
|
email: email@email.com
|
2022-01-07 17:30:46 +00:00
|
|
|
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"
|
2022-03-06 00:36:02 +00:00
|
|
|
unmanaged:
|
|
|
|
- LICENSE
|
|
|
|
- README.md
|
2022-01-07 11:32:34 +00:00
|
|
|
packages:
|
|
|
|
homesync:
|
2022-01-07 17:30:46 +00:00
|
|
|
- $HOME/.homesync.yml
|
|
|
|
- $HOME/.config/homesync/homesync.yml
|
|
|
|
- $XDG_CONFIG_HOME/homesync.yml
|
|
|
|
- $XDG_CONFIG_HOME/homesync/homesync.yml
|