1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:44:45 +00:00
This commit is contained in:
deadc0de6
2018-06-02 09:43:16 +02:00
parent 57a4b8ca52
commit 71ae67187c

View File

@@ -291,7 +291,7 @@ Thus when `f_vimrc` is installed, the command
be executed.
Sometimes, you may even want to execute some action prior deploying a dotfile.
Sometimes, you may even want to execute some action prior to deploying a dotfile.
Let's take another example with
[vim-plug](https://github.com/junegunn/vim-plug):
@@ -319,7 +319,7 @@ profiles:
```
This way, we make sure [vim-plug](https://github.com/junegunn/vim-plug)
is installed prior deploying the `~/.vimrc` dotfile.
is installed prior to deploying the `~/.vimrc` dotfile.
Note: You can also define `post` actions like this:
@@ -330,8 +330,8 @@ actions:
some-action: echo "Hello, World!" >/tmp/log
```
If you don't specify neither `post` or `pre`, actions will be executed
after dotfiles deployment (which is equivalent to `post`).
If you don't specify neither `post` nor `pre`, the action will be executed
after the dotfile deployment (which is equivalent to `post`).
## Use transformations