Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 670 Bytes

Upgrade OS X

Some simple bash scripts to automate package management updates on OS X.

Alpha software - use with caution! "60% of the time, it works every time…"

Scripts

  • update runs the scripts below:

    • update-php - Upgrades Composer packages using composer

    • update-cli - Upgrades Homebrew binaries using brew.

    • update-node - Upgrades Node modules using npm.

    • update-ruby - Upgrades Ruby gems using gem.

    • update-python - Upgrade Python2/3 packages using pip.

    • update-applications - Upgrades Homebrew Cask applications using brew cask.