Update README.md

Condensed description down and removed items from ToDo which aren't possible.
This commit is contained in:
Phillip 2024-06-06 09:40:21 +00:00
parent 137a08d777
commit 86027244ac

View File

@ -1,24 +1,19 @@
# setup # macos-setup
A set of bash scripts and files to configure macOS which: A set of bash scripts and files to configure macOS which:
- Configures most of the options in System Settings to preference - Configures most of the options in System Settings to preference
- Speeds up tracking speed beyond available settings - Speeds up mouse tracking speed beyond available settings
- Installs Homebrew (https://brew.sh/) and mas-cli (https://github.com/mas-cli/mas) - Installs:
- Using the above, installs a list of utilities and programs from Homebrew and the Mac App Store - Homebrew (https://brew.sh/)
- mas-cli (https://github.com/mas-cli/mas)
- The latest LTS version of Node.js
- Python 3.11
- Laravel Valet alongside any neccesary libraries (PHP, Composer, etc)
- A list of programs and utilities from a Brewfile
- Reconfigures the Dock with my most used programs - Reconfigures the Dock with my most used programs
- Sets a custom Terminal theme as default - Sets a custom Terminal theme as default
- Adds my custom Z Shell profile - 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
Tested and working on macOS Ventura.
## ToDo ## ToDo
- Automatically select the second to most recent version of Python instead of specifiying the version in the Brewfile
- 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