From e0c8be64d65a653ef789520ce60569fc3dd8070c Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 18 Oct 2017 10:17:43 +0200 Subject: [PATCH] adding people using dotdrop --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e09bf98..381ef97 100644 --- a/README.md +++ b/README.md @@ -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