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 ```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
name: origin private: $HOME/.ssh/id_ed25519
branch: master repos:
url: "https://github.com/jrpotter/home-config.git" local: $HOME/.homesync
remote:
name: origin
branch: master
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)