https://github.com/clandolt/macos-ml-workstation-setup
Automated macOS setup script for my ML research and development workstation.
https://github.com/clandolt/macos-ml-workstation-setup
installer-script macos setup-script
Last synced: 2 months ago
JSON representation
Automated macOS setup script for my ML research and development workstation.
- Host: GitHub
- URL: https://github.com/clandolt/macos-ml-workstation-setup
- Owner: clandolt
- License: mit
- Created: 2025-05-04T14:08:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T14:38:22.000Z (about 1 year ago)
- Last Synced: 2025-05-04T15:33:37.950Z (about 1 year ago)
- Topics: installer-script, macos, setup-script
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macOS ML Workstation Setup
> 📦 This repository contains my personal automated setup script for a macOS machine learning and software engineering workstation.
## 🧰 Overview
This repository contains a setup script to bootstrap a macOS machine with all essential tools, applications, and settings needed for a productive development workflow. It includes:
- Developer tools (Xcode CLI, Homebrew, Git, SDKMAN, pyenv)
- Programming environments (Python, Java, Kotlin, Maven, Gradle)
- Essential applications (VS Code, JetBrains Toolbox, Docker, Chrome, etc.)
- System preferences tuning
- Shell customization (Oh My Zsh + plugins)
- GitHub SSH key setup
Designed for reproducible, quick setups of clean macOS environments—ideal for new machines or reinstalls.
---
## 🚀 Quick Setup
Run the following in your terminal on a macOS system:
```bash
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/clandolt/macOS-ml-workstation-setup/main/macOS/install.sh)"