mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
adding people using dotdrop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user