.local-bin/docs/setup_dev_env/Usage.md
2023-11-26 15:12:55 -05:00

13 lines
501 B
Markdown

## [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]
```