setup/README.md
Phillip 86027244ac Update README.md
Condensed description down and removed items from ToDo which aren't possible.
2024-06-06 09:40:21 +00:00

19 lines
768 B
Markdown

# macos-setup
A set of bash scripts and files to configure macOS which:
- Configures most of the options in System Settings to preference
- Speeds up mouse tracking speed beyond available settings
- Installs:
- 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
- Sets a custom Terminal theme as default
- Adds my custom Z Shell profile
Tested and working on macOS Ventura.
## ToDo
- Automatically select the second to most recent version of Python instead of specifiying the version in the Brewfile