Last active
February 20, 2017 06:02
-
-
Save djtech42/b3b251459b7a55bab0bc746d79c6e062 to your computer and use it in GitHub Desktop.
Update Package Managers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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