From b87c90d2f45140efe7744ab8c33e78aca8172fcd Mon Sep 17 00:00:00 2001 From: deadc0de Date: Mon, 26 Feb 2018 09:06:58 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e7a625..b22320b 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ A typical use-case for transformations is when the dotfile needs to be stored encrypted. Here's an example of part of a config file to use gpg encrypted dotfiles: -``` +```yaml dotfiles: f_secret: dst: ~/.secret @@ -355,15 +355,15 @@ directory and uses gpg to decrypt it when install is run. Here's how to deploy the above solution: * import the clear dotfile (creates the correct entries in the config file) -``` +```bash ./dotdrop.sh import ~/.secret ``` * encrypt the original dotfile -``` +```bash ~/.secret ``` * overwrite the dotfile with the encrypted version -``` +```bash cp dotfiles/secret ``` * edit the config file and add the transformation to the dotfile