-
sort of an automation, but I install all my favorite apps with brew and then use brew again (brew upgrade && brew upgrade --cask -g) to update everything
Bonus: I went the extra mile and wrote a script that bootstraps my entire setup: https://github.com/fastily/autobots/blob/master/macOS/setup/...
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
bootstrapping-os-environments
Automate installation of softwares on freshly installed OS — macOS, Ubuntu
Friends here: https://github.com/ickc/bootstrapping-os-environments/tree/m...
-
homebrew-bundle
📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
Brew supports dumping installed things into a brewfile: https://github.com/Homebrew/homebrew-bundle
I was using text files before as well to manage it.