Skip to content

Instantly share code, notes, and snippets.

@djtech42
Last active February 20, 2017 06:02
Show Gist options
  • Save djtech42/b3b251459b7a55bab0bc746d79c6e062 to your computer and use it in GitHub Desktop.
Save djtech42/b3b251459b7a55bab0bc746d79c6e062 to your computer and use it in GitHub Desktop.
Update Package Managers
#!/bin/sh
# Homebrew (Command Line and GUI)
brew upgrade
brew cask update
# RubyGems
sudo gem update
# Node.js Global
npm update -g
# Bower
bower update
# Atom
apm update
# Oh My Fish
omf update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment