20 lines
416 B
YAML
20 lines
416 B
YAML
|
---
|
||
|
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"
|
||
|
packages:
|
||
|
homesync:
|
||
|
- $HOME/.homesync.yml
|
||
|
- $HOME/.config/homesync/homesync.yml
|
||
|
- $XDG_CONFIG_HOME/homesync.yml
|
||
|
- $XDG_CONFIG_HOME/homesync/homesync.yml
|