## [setup_dev_environment.sh](setup_dev_environment.sh) This script automates the setup of a development environment by installing essential tools, configuring common settings, and providing options for customization. It supports the following options: - `-a` or `--disable-auto-update`: Disable Homebrew auto-updates. - `-n` or `--disable-notification`: Disable notifications during setup. **Usage:** ```bash ./setup_dev_environment.sh [-a|--disable-auto-update] [-n|--disable-notification] ```