From 137a08d777e6988071cdc20905d8b68b0b1d73f7 Mon Sep 17 00:00:00 2001 From: Phillip Date: Wed, 29 May 2024 12:59:05 +0100 Subject: [PATCH] Update README --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9db0ea5..1b13ba6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,24 @@ # setup -Scripts to (mostly) automatically config macOS to preference and install programs and utilities. +A set of bash scripts and files to configure macOS which: -Tested on macOS Ventura \ No newline at end of file +- Configures most of the options in System Settings to preference + - Speeds up tracking speed beyond available settings +- Installs Homebrew (https://brew.sh/) and mas-cli (https://github.com/mas-cli/mas) +- Using the above, installs a list of utilities and programs from Homebrew and the Mac App Store +- Reconfigures the Dock with my most used programs +- Sets a custom Terminal theme as default +- Adds my custom Z Shell profile +- Additionally installs + - The latest LTS version of Node.js + - Python 3.11 + - The latest version of PHP, Composer, Imagemagick (plus the PCEL extension) and Laravel Valet + +## ToDo + +- Automatally select the second to most recent version of Python (e.g. 3.11 instead of 3.12) instead of explicitly setting it. +- Add additional configuration of System Settings where possible, in particular + - Setup of FileVault using iCloud account + - Turn off "Shake mouse pointer to locate" + - Schedule Night Shift +- Test on macOS Sonoma and macOS 15 \ No newline at end of file