Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielcrackpro/update-macos
A script to update mac os and all of my settings
https://github.com/gabrielcrackpro/update-macos
macos system update
Last synced: 4 days ago
JSON representation
A script to update mac os and all of my settings
- Host: GitHub
- URL: https://github.com/gabrielcrackpro/update-macos
- Owner: GabrielCrackPro
- License: mit
- Created: 2022-02-18T10:25:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T15:26:08.000Z (over 2 years ago)
- Last Synced: 2024-04-29T23:52:19.123Z (9 months ago)
- Topics: macos, system, update
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/update-macos
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Update MacOS
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/GabrielCrackPro/update-macos/master/LICENSE)
A script to update system and apps
## Install
npm install -g update-macos## Run without installing
npx update-macos## Usage
update-macos## What it does?
### Updates
- System using
softwareupdate
command
- Homebrew packages using [Homebrew](https://brew.sh/)
- Node packages usingnpm upgrade
command
- Mac App Store apps using [mas](https://github.com/mas-cli/mas) command### Cleanup
- Homebrew packages using [Homebrew](https://brew.sh/)
- .DS_Store files using this custom script## More things to come...