{"id":21081433,"url":"https://github.com/benniemosher/dotfiles-mac","last_synced_at":"2026-05-10T00:46:28.082Z","repository":{"id":129951420,"uuid":"77021880","full_name":"benniemosher/dotfiles-mac","owner":"benniemosher","description":"🍎 An easy-to-recreate MacOS setup for software development, via Homebrew and some config files.","archived":false,"fork":false,"pushed_at":"2023-04-03T20:10:22.000Z","size":19949,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-20T23:29:36.355Z","etag":null,"topics":["dotfiles","shell","zsh"],"latest_commit_sha":null,"homepage":"https://benniemosher.com","language":"Shell","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/benniemosher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"benniemosher","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2016-12-21T05:49:56.000Z","updated_at":"2023-04-05T16:12:39.000Z","dependencies_parsed_at":"2023-04-22T01:48:41.912Z","dependency_job_id":null,"html_url":"https://github.com/benniemosher/dotfiles-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/benniemosher%2Fdotfiles-mac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benniemosher%2Fdotfiles-mac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benniemosher%2Fdotfiles-mac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benniemosher%2Fdotfiles-mac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benniemosher","download_url":"https://codeload.github.com/benniemosher/dotfiles-mac/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243526946,"owners_count":20305112,"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":["dotfiles","shell","zsh"],"created_at":"2024-11-19T20:09:04.027Z","updated_at":"2026-05-10T00:46:28.021Z","avatar_url":"https://github.com/benniemosher.png","language":"Shell","funding_links":["https://github.com/sponsors/benniemosher"],"categories":[],"sub_categories":[],"readme":"# 🍎 dotfiles-mac\n\n## To Install:\n\n### Install homebrew\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\n### Setup Github SSH Key\n\n```bash\nbrew install gh\ngh auth login\n```\n\n### Setup dotfiles\n\n```bash\nmkdir -p ~/Code/\ncd ~/Code/\n\ngh repo clone benniemosher/dotfiles\n\nbrew bundle --file=~/Code/dotfiles/Brewfile\n```\n\n### Install oh-my-zsh\n\n```bash\ncd ~\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\nrcup -v -d ~/Code/dotfiles -x .git -x README.md -x .gitignore -x bin -x Brewfile -x Brewfile.lock.json\n```\n\n### Switch to zsh shell\n\n```bash\nchsh -s $(which zsh)\ngit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions\n```\n\n### Download Nord Colors\n\n```bash\n# TODO: Set these in iTerm and Terminal applications\ncurl -o Nord.itermcolors https://raw.githubusercontent.com/arcticicestudio/nord-iterm2/master/src/xml/Nord.itermcolors\n\ncurl -o Nord.terminal https://raw.githubusercontent.com/arcticicestudio/nord-terminal-app/master/src/xml/Nord.terminal\n```\n\n### Install VIM plugins\n\n```bash\nvim ~\n\n:PlugInstall\n```\n\n### Install GPG and Keybase keys\n\n```bash\nkeybase login\nchmod 700 ~/.gnupg\nkeybase pgp list\nkeybase pgp export -q \u003cID_FROM_ABOVE\u003e | gpg --import\nkeybase pgp export -q \u003cID_FROM_ABOVE\u003e --secret | gpg --allow-secret-key-import --import\n```\n\n### Setup Mac defaults\n\n```bash\n~/Code/dotfiles/bin/macos\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenniemosher%2Fdotfiles-mac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenniemosher%2Fdotfiles-mac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenniemosher%2Fdotfiles-mac/lists"}