deadc0de6 / dotdrop

Save your dotfiles once, deploy them everywhere
https://dotdrop.readthedocs.io
GNU General Public License v3.0
1.77k stars 105 forks source link

Misleading/outdated documentation #391

Closed Krapaince closed 1 year ago

Krapaince commented 1 year ago

Hello there,

I'd like to point out a misleading point or outdated in the documentation. In the profile actions section, the profile entry is described as if you can add action.

However based on #375, the profile entry seems to be only a list of actions that will be executed upon profile installation.

Am I just miss understanding the documentation?

deadc0de6 commented 1 year ago

Actions are defined in their own block, namely the action entry.

These can then be added to a profile as a list as described here.

In this test you can see an example on how it is done.

Let me know if it's still unclear.

Krapaince commented 1 year ago

Alright seems like I read the documentation to fast. I wanted to add an action x with different behavior based on profiles. So that I just have to add this action x on one dotfile entry included in each profile. But it doesn't work that way. I just created one action per profile.

Thanks for the support.

deadc0de6 commented 1 year ago

Sure no problem.