Skip to content

Commit

Permalink
Document how to run rcup in customizations
Browse files Browse the repository at this point in the history
* thoughtbot/laptop doesn't explicitly depend on thoughtbot/dotfiles.
* So, we don't think it needs to be in the script.
* Show it as another example of customizations for those who might be
  interested in updating their machine and dotfiles in one `sh mac`.

thoughtbot#408
  • Loading branch information
Dan Croak and Gabe Berke-Williams authored and croaky committed Jan 26, 2016
1 parent 597c998 commit 6dcb5e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -141,6 +141,11 @@ For example:
brew_install_or_upgrade 'go'
brew_install_or_upgrade 'ngrok'
brew_install_or_upgrade 'watch'

if [ -r "$HOME/.rcrc" ]; then
fancy_echo "Updating dotfiles ..."
rcup
fi
```

Write your customizations such that they can be run safely more than once.
Expand Down

0 comments on commit 6dcb5e4

Please sign in to comment.