-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple plugins #251
Comments
i figured it out, i did it with multiple |
I've been meaning to try this setup. I attempted it once but didn't commit the folder structure correctly so I opted to just use dotbot-sudo is an interesting plugin because it contains an extra python file, .../dotbot-plugins/git/git.py
.../dotbot-plugins/sudo/execute_plugin.py
.../dotbot-plugins/sudo/sudo.py
|
the case about |
There is an open issue for dotbot-sudo that centers around how Based on what I find (hopefully success), I'll report back here with documentation notes that plugin creators should be aware of. |
Yeah, I'm not sure how to improve the interaction between It does seem a bit annoying to have to specify all the Would it be better if the plugins could be specified in the - plugins:
- dotbot-plugins/sudo
- dotbot-plugins/git (I feel like I saw an issue or PR or comment suggesting this, but I can't seem to find it at the moment) |
Definitely better like that. Maybe a conf that runs before anything else? for plugins and default overrides |
The config is ordered, so it's good enough if the plugins and defaults come first in the file. |
I like the idea of having a |
@ChrisTsou, As far as interaction with |
@etkeys |
Hi ! Sorry to reopen this issue more than 2 years later, but I can't make dotbot work with multiple (two) plugins.
my file tree of my dotfiles directory
concerning dotbot here is my
and here is my
The outpus are not the same according to the options I choose to run
With the options
Can you help me, please, to find what is wrong with how I set up my plugins ? |
Hey ! I found my problem. This was the fact that the plugin
Note the removed dash before the action Either way thank you for dotbot ! |
For me it seems to work to modify the DOTBOT_PLUGIN_DIR=".local/repos/dotbot-plugins"
[...]
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir "${DOTBOT_PLUGIN_DIR}/*" -c "${CONFIG}" "${@}" |
@anishathalye Would be nice to merge the PR #294 since it would fix this issue, or is there a problem with the PR? |
No just haven't had time, been too busy with work and other things |
Hey, i'm pretty new to everything and i cant figure out how to add multiple plugins.
i have the plugins in a folder called "dotbot-plugins" and every plugin is in its own folder ex.
dotbot-plugins/sudo
,dotbot-plugins/git/
every folder is a submodule.
i cant figure out what i should add to the install file to load all plugins.
The text was updated successfully, but these errors were encountered: