{"id":40379736,"url":"https://github.com/zoxon/mac-setup","last_synced_at":"2026-01-20T12:01:28.386Z","repository":{"id":78703605,"uuid":"93739190","full_name":"zoxon/mac-setup","owner":"zoxon","description":"Fresh Mac OS X Software Setup Script","archived":false,"fork":false,"pushed_at":"2025-11-18T07:37:38.000Z","size":244,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-18T09:17:28.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoxon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-06-08T10:54:39.000Z","updated_at":"2025-11-18T07:37:42.000Z","dependencies_parsed_at":"2023-04-14T09:46:38.956Z","dependency_job_id":null,"html_url":"https://github.com/zoxon/mac-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zoxon/mac-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoxon%2Fmac-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoxon%2Fmac-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoxon%2Fmac-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoxon%2Fmac-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoxon","download_url":"https://codeload.github.com/zoxon/mac-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoxon%2Fmac-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-20T12:01:14.194Z","updated_at":"2026-01-20T12:01:28.357Z","avatar_url":"https://github.com/zoxon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍎 Fresh Mac Setup\n\nA comprehensive collection of scripts for quickly deploying a complete development environment with ZSH and Starship prompt on macOS.\n\n[![macOS](https://img.shields.io/badge/macOS-10.15+-blue.svg)](https://www.apple.com/macos/)\n[![Shell](https://img.shields.io/badge/shell-zsh-green.svg)](https://zsh.sourceforge.io/)\n[![License](https://img.shields.io/badge/license-MIT-orange.svg)](LICENSE.md)\n\n## 🚀 What's Included\n\n- **install.sh** — Main orchestrator script that runs all components\n- **check-compatibility.sh** — System requirements and compatibility checker\n- **bootstrap.sh** — Installs Xcode CLI, Homebrew, Powerline \u0026 Nerd Fonts\n- **setup-zsh-env.sh** — Configures ZSH, Oh-My-Zsh, plugins, and Starship prompt\n- **setup-dev-env.sh** — Installs development tools, applications, and QuickLook plugins\n- **automator.sh** — Installs custom Automator workflows\n\n## ⚡ Quick Start\n\n### Prerequisites\n\n- macOS 10.15 (Catalina) or later\n- At least 5GB of free disk space\n- Active internet connection\n\n### Installation\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/zoxon/mac-setup.git ~/mac-setup\ncd ~/mac-setup\n```\n\n1. **Check system compatibility (recommended):**\n\n```bash\nchmod +x check-compatibility.sh\n./check-compatibility.sh\n```\n\n1. **Make scripts executable:**\n\n```bash\nchmod +x *.sh\n```\n\n1. **Run the main installation:**\n\n```bash\n./install.sh\n```\n\n## Whats installed?\n\n- Development environment: Node.js (via NVM), Git, Vim, Watchman, p7zip, tldr, etc.\n- Applications (casks): VSCode, Docker, Figma, VLC, Spotify, Chrome, Slack, etc.\n- ZSH environment:\n  - Oh-My-Zsh\n  - Plugins: zsh-autosuggestions, zsh-syntax-highlighting\n  - Theme: Dracula\n  - Prompt: Starship with Nerd Fonts\n- Fonts:\n  - Powerline Fonts\n  - Nerd Fonts (MesloLGS NF)\n\n## After installation\n\n1. **Font Configuration**: In Terminal, select the MesloLGS NF font (or another Nerd Font) for correct icon display\n1. **Restart Terminal**: Close and reopen your terminal to apply all changes\n1. **Review Installation**: Check the installation summary for any failed packages\n\n## 🧪 Testing\n\nComprehensive test suite to validate functionality and error handling:\n\n```bash\n# Run all tests\n./test.sh\n\n# Or run tests directly\ncd tests \u0026\u0026 ./run-tests.sh\n```\n\n**Test Categories:**\n- ✅ Core functionality (17 tests)\n- ✅ System compatibility checks\n- ✅ Package installation resilience\n- ✅ Configuration handling\n\nSee [tests/README.md](tests/README.md) for detailed testing documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoxon%2Fmac-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoxon%2Fmac-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoxon%2Fmac-setup/lists"}