1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

adding people using dotdrop

This commit is contained in:
deadc0de6
2017-10-18 10:17:43 +02:00
parent d3b4e2fcec
commit e0c8be64d6

View File

@@ -387,6 +387,7 @@ Note that dotdrop uses different delimiters than
* comment end = `@@#}`
## Available variables
### Profile
`{{@@ profile @@}}` contains the profile provided to dotdrop. Below example shows how it is used.
@@ -399,7 +400,7 @@ It's possible to access environment variables inside the templates. This feature
{{@@ env['MY_VAR'] @@}}
```
This allows for storing host-specific properties and/or secrets in environment.
This allows for storing host-specific properties and/or secrets in environment variables.
You can have an `.env` file in the directory where your `config.yaml` lies:
@@ -497,6 +498,10 @@ $ ./dotdrop.sh compare
$ ./dotdrop.sh compare
```
For more examples, see how people are using dotdrop:
* [https://github.com/open-dynaMIX/dotfiles](https://github.com/open-dynaMIX/dotfiles)
# Related projects
These are some dotfiles related projects that