Open
Description
Some plugins would be better situated in the user's local configuration (~/.dzil/config.ini) rather than in the distribution's dist.ini -- for example, [InstallRelease], which installs the dist tarball using a configurable command (different users might want to use a different command to install, or not install at all).
I discovered while writing Dist::Zilla::Plugin::Chrome::ExtraPrompt that loading plugins via config.ini did not work very well. Let's add better support! Or, figure out why this is a bad idea and find other ways to accomplish machine- and user-specific customizations.