{"id":17991734,"url":"https://github.com/frankdilo/mac-setup","last_synced_at":"2025-10-24T13:30:46.424Z","repository":{"id":148515085,"uuid":"90227151","full_name":"frankdilo/mac-setup","owner":"frankdilo","description":"Scripts to setup new macs.","archived":false,"fork":false,"pushed_at":"2017-05-06T16:28:33.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-17T07:25:29.240Z","etag":null,"topics":["cask","homebrew","mac","setup"],"latest_commit_sha":null,"homepage":null,"language":null,"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/frankdilo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-05-04T06:01:10.000Z","updated_at":"2019-11-19T03:28:11.000Z","dependencies_parsed_at":"2023-05-20T09:15:34.276Z","dependency_job_id":null,"html_url":"https://github.com/frankdilo/mac-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankdilo%2Fmac-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankdilo%2Fmac-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankdilo%2Fmac-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankdilo%2Fmac-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frankdilo","download_url":"https://codeload.github.com/frankdilo/mac-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237977170,"owners_count":19396295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cask","homebrew","mac","setup"],"created_at":"2024-10-29T19:23:57.135Z","updated_at":"2025-10-24T13:30:45.902Z","avatar_url":"https://github.com/frankdilo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mac Setup\n\nScripts to setup new macs.\n\n\n\n## Basic\n\n### Install [Homebrew](https://brew.sh/) and [Cask](https://caskroom.github.io/)\n\n```sh\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\" \u0026\u0026 brew tap caskroom/cask\n```\n\nThis will also download the Command Line Tools (`git`, etc.)\n\n\n\n### Clone this repo\n\n```sh\nmkdir projects\ncd projects\ngit clone https://github.com/frankdilo/mac-setup.git \u0026\u0026 cd mac-setup\n```\n\n\n\n### Install casks\n\n```sh\nwhile read app; do\n  brew cask install \"$app\"\ndone \u003c homebrew-cask/basic.txt\n```\n\n\n\n```sh\n# Remove downloaded files and cleanup space\nbrew cask cleanup\n```\n\n\n\n### Install Mac App Store apps\n\n```sh\nbrew install mas # cli for the mac app store\n```\n\n```sh\napp_ids_without_comments=$(grep -o '^[^#]*' mas/basic.txt | grep -v '^$')\necho $app_ids_without_comments | xargs mas install\n```\n\n\n\n## Development\n\n\n\n### Install homebrews\n\n```sh\nwhile read tool; do\n  brew install \"$tool\"\ndone \u003c homebrew/dev.txt\n```\n\n\n\n### Install casks\n\n```sh\nwhile read app; do\n  brew cask install \"$app\"\ndone \u003c homebrew-cask/dev.txt\n```\n\n\n\n\n\n### Install [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankdilo%2Fmac-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrankdilo%2Fmac-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankdilo%2Fmac-setup/lists"}