-
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
Add copy config option #128
Comments
Would it be better to just have a separate |
That's a good idea. |
Also, options could be added to |
Actually, it may be better to have a |
As discussed in #221, we couldn't find concrete cases where |
Hi! I think I have a use case for that feature. I want to track my standard Dockerfile and if dotbot links it then docker-compose can't use this symlink as a file. Because docker-compose is strict about working context. |
I don't use docker-compose, but based on this issue it seems like it does support symlinks (except on Windows)? |
I'm on a mac. Symlinks does not seem to work for a Dockerfile. |
Ah, I see. For now, you can use |
Hi I found another use case. I have a |
@jmigual - I offer an alternative for your use case that I use: First, I define an environment variable,
Finally, include that in your main
|
Thanks! This will work perfectly. I didn't know about the include directive in |
Hi! I stumbled on this old issue. My use case is for Yes, I can work around it with Thanks for the work! ❤️ |
I think there's enough demand for this that we should add it. I'm pretty busy at the moment but will take a closer look as soon as I get a chance. |
It looks like the code that is in #221 still works is tested and has documentation attached. Could we re-open and merge this PR? I have the same issue that in my dotfiles on macOS I want to install a keyboard layout in |
Add an option to copy file instead of symlink, e.g.
The text was updated successfully, but these errors were encountered: