Fix up README.
parent
c0d0c0d7ba
commit
cbac40e4ef
16
README.md
16
README.md
|
@ -30,21 +30,23 @@ The config file should look like the following:
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
user:
|
user:
|
||||||
name: jrpotter
|
name: name
|
||||||
email: jrpotter@github.io
|
email: email@email.com
|
||||||
local: $HOME/.homesync
|
ssh:
|
||||||
remote:
|
public: $HOME/.ssh/id_ed25519.pub
|
||||||
|
private: $HOME/.ssh/id_ed25519
|
||||||
|
repos:
|
||||||
|
local: $HOME/.homesync
|
||||||
|
remote:
|
||||||
name: origin
|
name: origin
|
||||||
branch: master
|
branch: master
|
||||||
url: "https://github.com/jrpotter/home-config.git"
|
url: "https://github.com/owner/repo.git"
|
||||||
packages:
|
packages:
|
||||||
homesync:
|
homesync:
|
||||||
configs:
|
|
||||||
- $HOME/.homesync.yml
|
- $HOME/.homesync.yml
|
||||||
- $HOME/.config/homesync/homesync.yml
|
- $HOME/.config/homesync/homesync.yml
|
||||||
- $XDG_CONFIG_HOME/homesync.yml
|
- $XDG_CONFIG_HOME/homesync.yml
|
||||||
- $XDG_CONFIG_HOME/homesync/homesync.yml
|
- $XDG_CONFIG_HOME/homesync/homesync.yml
|
||||||
...
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy over [examples/template.yaml](https://github.com/jrpotter/homesync/blob/main/examples/template.yaml)
|
Copy over [examples/template.yaml](https://github.com/jrpotter/homesync/blob/main/examples/template.yaml)
|
||||||
|
|
Loading…
Reference in New Issue