Skip to content

Instantly share code, notes, and snippets.

@ryanseys
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanseys/49610a279198d8ee6141 to your computer and use it in GitHub Desktop.
Save ryanseys/49610a279198d8ee6141 to your computer and use it in GitHub Desktop.
Update stuff
#!/bin/bash
# Homebrew
brew update
brew upgrade
brew cleanup
brew doctor
# Ohmyzsh
upgrade_oh_my_zsh
# Rubygems
gem update
gem cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment