Sha256: 3e8eb94a7b3bf56148ca4af3dfe38f638dec84aec29e27a4280336c80ca21009
Contents?: true
Size: 623 Bytes
Versions: 14
Compression:
Stored size: 623 Bytes
Contents
# Rebuild Development environment bootstrap automator ## What's this? In clean-installed OSX, git is unavailable but gem is available. Thus this gem provides a way to fetch GitHub repository archive and execute scripts in it. ## Usage ```bash $ sudo gem install rebuild $ rebuild k0kubun/dotfiles ``` The archive of [repository](https://github.com/k0kubun/dotfiles) is unzipped to `/tmp/k0kubun/dotfiles`. Then executes all of `/tmp/k0kubun/dotfiles/*.sh`. ## TODO - revision lock - clone directory change option - support script directory to put scripts - automatic xcode-select --install ## License MIT License
Version data entries
14 entries across 14 versions & 1 rubygems