# macOS clean setup Customize macOS defaults and install software automatically. ## Setup Open macOS Terminal and run the following command ```bash bash <(curl -s https://gist.github.com/spuder/e5f55f11cf4cbb4e4d175b34ff94e202/raw/5ceeaa516a69911bffe40325a2514942e54912e1/install.sh) ``` > **Warning** > macOS user password and iCloud credentials will be prompted :tada: That's it! ## Updates To update just the brew packages (without re-running all scripts) ```bash make ``` ```bash make brew-bundle ``` ```bash make defaults ``` ## Customization If the options in this configuration are not to your taste, fork this gist and customize as you prefer.