1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 14:19:00 +00:00

update readme

This commit is contained in:
deadc0de6
2019-02-07 15:58:41 +01:00
parent 2a578ae506
commit 0f987599fa

View File

@@ -767,13 +767,13 @@ For example:
```yaml ```yaml
profiles: profiles:
host1: host1:
dotfiles: dotfiles:
- f_xinitrc - f_xinitrc
include: include:
- host2 - host2
host2: host2:
dotfiles: dotfiles:
- f_vimrc - f_vimrc
``` ```
Here profile *host1* contains all the dotfiles defined for *host2* plus `f_xinitrc`. Here profile *host1* contains all the dotfiles defined for *host2* plus `f_xinitrc`.