1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +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
profiles:
host1:
dotfiles:
- f_xinitrc
include:
- host2
dotfiles:
- f_xinitrc
include:
- host2
host2:
dotfiles:
- f_vimrc
dotfiles:
- f_vimrc
```
Here profile *host1* contains all the dotfiles defined for *host2* plus `f_xinitrc`.