Skip to content

Instantly share code, notes, and snippets.

@ColeTownsend
Created March 27, 2015 01:14
Show Gist options
  • Select an option

  • Save ColeTownsend/26b236669b0b23ab1b88 to your computer and use it in GitHub Desktop.

Select an option

Save ColeTownsend/26b236669b0b23ab1b88 to your computer and use it in GitHub Desktop.
Brew, Gem, && NPM Updates.
# be sure to include your extra aliases. cheers to thoughtbot/laptop for this line below
# [[ -f ~/.aliases.local ]] && source ~/.aliases.local
alias update='brew update && brew upgrade && gem update && npm update -g && rbenv rehash && brew cleanup'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment