donnemartin/dev-setup

Why does bootstrap.sh copy the installation scripts to the home directory?

开放

#23 创建于 2016年5月28日

 (2 条评论) (0 个反应) (0 位负责人)Python (1,139 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (6,264 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

if I understood it corretly from README.MD, we can install like this:

$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx

and later when we need datastores, we run

$ cd ~/dev-setup
$ ./.dots datastores

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 and datastores to the home directory, if we are always going to execute them from ~/dev-setup/ (as they can be updated from git)?

贡献者指南