From cf6b4294dc96669ec06764f55865a3775a5f0358 Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Tue, 8 Sep 2020 18:58:51 +0200 Subject: [PATCH] . --- .DS_Store | Bin 6148 -> 6148 bytes .gitignore | 1 - readme.md | 10 ++++++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..fb98dfe140817f68d117b2f30663553afd498314 100644 GIT binary patch delta 147 zcmZoMXfc=|&e%RNQEZ}~q9`K+0|O8XFfbG_q%b5hlrW?+6irN2pKKt)V#&vl3lvIb zC`FcJ&;yDUFcf&^TPE1WGX^ QfYbm1h~2Q+QRFZ)066Lo1poj5 diff --git a/.gitignore b/.gitignore index ebce060..d76eca2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ macupdater-log.txt -.DS_Store .gitignore diff --git a/readme.md b/readme.md index 6b4f6a2..77442e2 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,16 @@ Package managment on macOS is a challenge. This is my amateurish attempt to comb This app relies on [alerter](https://github.com/vjeantet/alerter) for its notifications, so install that before you get started. +## Packages supported + +- [Brew](https://brew.sh/) +- [Brew Casks](https://github.com/buo/homebrew-cask-upgrade) +- [npm](https://www.npmjs.com/) +- Ruby +- Python [(pip)](https://github.com/pypa/pip) +- [mas](https://github.com/mas-cli/mas) +- macOS software updates + ## Editing the script Editing the script requires some scripting know how, but it is documented. Here's a quick guide on how to customise it for your needs.