Open dportabella opened 8 years ago
I was wondering this as well. I believe there is a note about an option to save the install files to another location, but this should be default.
Hmm, yes I can see this being confusing.
Interested in a PR? I think you'd need to add the installation scripts to the excludes in bootstrap.sh
:
https://github.com/donnemartin/dev-setup/blob/master/bootstrap.sh#L8-L9
if I understood it corretly from README.MD, we can install like this:
and later when we need datastores, we run
I understand that
bootstrap
copies the dot files to the home directory, such as.bash_profile
and.exports
. but why do you also copy the installation scripts, such as.dots
anddatastores
to the home directory, if we are always going to execute them from~/dev-setup/
(as they can be updated from git)?