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