Automated setup scripts for development environments across different operating systems.
| Directory | Description |
|---|---|
| macos/ | Setup scripts for macOS (Apple Silicon) |
| linux/ | Setup scripts for Debian-based Linux (x86_64 & ARM64) |
chmod +x macos/install_tools.sh
./macos/install_tools.shInstalls: Xcode CLI Tools, Homebrew, Git, Java 22, AWS CLI, Python 3.10, Node.js
chmod +x linux/install_tools_x86.sh
./linux/install_tools_x86.shchmod +x linux/install_tools_arm64.sh
./linux/install_tools_arm64.shInstalls: Git, curl, NVM, Node.js (LTS & v20), Serverless Framework, fastfetch, Docker, AWS CLI v2
| OS | Tested |
|---|---|
| macOS Sonoma/Ventura (Apple Silicon) | ✅ |
| Raspberry Pi OS 64-bit Lite | ✅ |
| Debian 13 (Trixie) | ✅ |
| Ubuntu 22.04+ | ✅ |
MIT License - see LICENSE for details.