Skip to content

Instantly share code, notes, and snippets.

View pdxstudio's full-sized avatar

Jesse Bagshaw Gay pdxstudio

  • PDXstudio
View GitHub Profile
@dangayle
dangayle / install_packages.sh
Created December 25, 2025 01:47
macOS bulk installer for audio plugins, etc.
#!/bin/bash
# Global variables for cleanup
MOUNT_POINTS=()
TEMP_DIRS=()
INSTALLED=()
FAILED=()
# Verbose flag (default is quiet). Use `--verbose` or `-v` to enable.
VERBOSE=0