setup/README.md

19 lines
768 B
Markdown
Raw Normal View History

# macos-setup
2024-05-29 11:59:05 +00:00
A set of bash scripts and files to configure macOS which:
2024-05-23 16:40:30 +00:00
2024-05-29 11:59:05 +00:00
- 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
2024-05-29 11:59:05 +00:00
- 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.
2024-05-29 11:59:05 +00:00
## ToDo
- Automatically select the second to most recent version of Python instead of specifiying the version in the Brewfile