ajlende / dotbot-pacaur

dotbot pacaur plugin
MIT License
3 stars 4 forks source link

Action pacaur not handled #5

Open sarudego opened 5 years ago

sarudego commented 5 years ago

Thanks for this plugin for dotbot, is awesome!, but i can't make it work, I have done the installation as you say and I have put in the conf.yaml file the directive as well:

"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" \
  --plugin-dir "${BASEDIR}/dotbot-pacaur" "${@}"

but I receive "Action pacaur not handler" when runs the script.

In my arch.conf.yaml i have this with 4 spaces:

- pacaur:
    - zsh
    - vim
and more...

I'm can't find a solution.

Thanks for your work!

ajlende commented 5 years ago

Sorry, somehow I missed this when you asked back in October. I added more details explaining how to install in #7. Maybe the new instructions will help.