README.md in rebuild-0.5.2 vs README.md in rebuild-0.6.0
- old
+ new
@@ -1,9 +1,11 @@
# Rebuild
Development environment bootstrap automation toolkit for OSX
+![](http://i.gyazo.com/b4e7f4482c96d180d6c09100e8f89ff8.gif)
+
## What's this?
`rebuild` allows you to achieve mouse-free command line tools installation in OSX Yosemite.
And `rebuild` clones your GitHub repository and runs all of your bootstrap scripts.
@@ -37,10 +39,21 @@
```
If you manage your development environment on GitHub repository,
you can use this gem to synchronize multiple environments.
+### install.sh runner
+
+```bash
+# It will run:
+# https://raw.githubusercontent.com/[username]/dotfiles/master/install.sh"
+$ rebuild [username]
+```
+
+If you have dotfiles repository and install.sh in the root,
+you can execute it with a simple command.
+
## Options
```bash
# By default, git pull is not executed.
# If you want to synchronize repository before running scripts, add -f.
@@ -58,9 +71,11 @@
second.sh
EOS
```
## Config
+
+![](http://i.gyazo.com/cfd38dfcd8384116dac9677ae638bd56.gif)
You can skip choosing option by ~/.gitconfig
```conf
# ~/.gitconfig