{"id":16789740,"url":"https://github.com/chrissy-dev/setting-up-a-new-mac","last_synced_at":"2026-01-03T22:11:26.123Z","repository":{"id":90195465,"uuid":"149457116","full_name":"chrissy-dev/setting-up-a-new-mac","owner":"chrissy-dev","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-19T13:43:34.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T10:43:52.940Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrissy-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-09-19T13:43:25.000Z","updated_at":"2018-09-19T15:05:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"89b29960-3b93-4fe5-b9a1-8e05254aec9d","html_url":"https://github.com/chrissy-dev/setting-up-a-new-mac","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/chrissy-dev%2Fsetting-up-a-new-mac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissy-dev%2Fsetting-up-a-new-mac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissy-dev%2Fsetting-up-a-new-mac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissy-dev%2Fsetting-up-a-new-mac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrissy-dev","download_url":"https://codeload.github.com/chrissy-dev/setting-up-a-new-mac/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955805,"owners_count":20374373,"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":[],"created_at":"2024-10-13T08:28:09.895Z","updated_at":"2026-01-03T22:11:21.080Z","avatar_url":"https://github.com/chrissy-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"When setting up a new Mac this should be the bare minimal that is installed and working.\n* git\n* [homebrew](https://brew.sh/)\n* [rbenv](https://github.com/rbenv/rbenv)\n* [nvm](https://github.com/creationix/nvm) \n\n## Assumptions\n* Should be a managed admin or full admin.\n\n## Install Apple Command Line Tools (Installs Git)\n\n```bash\nxcode-select --install\n```\n\n## Install oh-my-zsh\n\n```bash\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n```\n\n## Install nvm \n\n```bash\ncurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash\n```\n\n\u003eThe script clones the nvm repository to ```~/.nvm``` and adds the source line to your profile (~/.bash_profile, ```~/.zshrc```, ```~/.profile```, or ```~/.bashrc```).\n\u003e```bash\n\u003eexport NVM_DIR=\"$HOME/.nvm\"\n\u003e[ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 . \"$NVM_DIR/nvm.sh\" # This loads nvm\n\u003e```\n\n## Install a node version\n```bash\nnvm install 6.9.1\n```\n\n## Install Homebrew\n```bash\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\n## Install rbenv \n```bash\nbrew install rbenv \n``` \n\u003eYou will need to add the following source line to your profile (~/.bash_profile, ```~/.zshrc```,```~/.profile```, or ```~/.bashrc```).\n\u003e```bash\n\u003e# Load rbenv\n\u003eexport PATH=\"$HOME/.rbenv/bin:$PATH\"\n\u003eeval \"$(rbenv init -)\"\n\u003e```\n\n\n## Install a Ruby version\n```bash\nrbenv install 2.3.0 \n```\n\u003eIf you run into errors with ```zlib``` install a ruby version using the following.\n\u003e```bash\n\u003ebrew install zlib\n\u003eRUBY_CONFIGURE_OPTS=\"--with-zlib-dir=$(brew --prefix zlib)\" rbenv install 2.3.0 \n\u003e```\n\n## Install software with homebrew cask\n```bash\nbrew cask install iterm2 atom tower slack google-chrome firefox sketch spectacle \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissy-dev%2Fsetting-up-a-new-mac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrissy-dev%2Fsetting-up-a-new-mac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissy-dev%2Fsetting-up-a-new-mac/lists"}