Fix up README.

pull/3/head
Joshua Potter 2022-01-08 14:59:58 -05:00
parent c0d0c0d7ba
commit cbac40e4ef
1 changed files with 15 additions and 13 deletions

View File

@ -30,21 +30,23 @@ The config file should look like the following:
```yaml
---
user:
name: jrpotter
email: jrpotter@github.io
local: $HOME/.homesync
remote:
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/jrpotter/home-config.git"
url: "https://github.com/owner/repo.git"
packages:
homesync:
configs:
- $HOME/.homesync.yml
- $HOME/.config/homesync/homesync.yml
- $XDG_CONFIG_HOME/homesync.yml
- $XDG_CONFIG_HOME/homesync/homesync.yml
...
```
Copy over [examples/template.yaml](https://github.com/jrpotter/homesync/blob/main/examples/template.yaml)