-
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
Options for install script #87
Comments
The install script already allows this. That's what the "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}" You can try it - do |
Unless you use the multi-config version of the script, then that gets parsed in the 'for conf' loop. My change above adds parsing of the non-config file options. |
Ah, I see. The wiki might be a good place to put this. The current documentation on this is here: https://github.com/anishathalye/dotbot/wiki/Tips-and-Tricks |
Mention of this issue added to wiki. |
I found that it would be really nice to have a way to pass options to dotbot via. the install script. For example, most of the time I don't want the chatty version of dotbot, I just want to know if things failed. I'm torn over whether or not being able to override the config suffix and basedir makes any sense, but it was easy enough to add so I left it in the code for now.
Here is the version of the script I am using (along with the change elsewhere in your Issues to allow for multiple config files).
The text was updated successfully, but these errors were encountered: