From bc80b2626b9a7e27c55605cc469aacfffd9d2128 Mon Sep 17 00:00:00 2001 From: deadc0de Date: Wed, 7 Feb 2018 17:11:08 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b804e6..efa2ae2 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,6 @@ config file automatically. For example to import `~/.xinitrc` ```bash $ dotdrop.sh import ~/.xinitrc - ``` ## List profiles @@ -351,20 +350,20 @@ 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 entries in the config) +* import the clear dotfile (creates the correct entries in the config file) ``` ./dotdrop.sh import ~/.secret ``` -* encrypt it and +* encrypt the original dotfile ``` ~/.secret ``` -* overwrite the dotfile +* overwrite the dotfile with the encrypted version ``` cp dotfiles/secret ``` * edit the config file and add the transformation to the dotfile -* commit and push changes +* commit and push the changes ## Update dotdrop @@ -381,7 +380,6 @@ Through pypi: $ sudo pip3 install dotdrop --upgrade ``` - ## Update dotfiles Dotfiles managed by dotdrop can be updated using the `update` command.