A shell script for updating macOS and some web development tools (npm, pip, ...). This scripts provides an easy way to keep all your software components up-to-date without running several update processes.
- macOS (The operating system itself)
- brew and brew cask
- ohmyzsh
- npm (NodeJS Package Manager)
- pip3 (Python Package Installer)
Clone the repository:
git clone https://github.com/mpk-software/macos-updater.git
cd macos-updater
Run the shell script to start the update process:
./update-macos.sh
Please feel free to add additional update commands which are usually used in macOS web development environments by creating a pull request.