{"id":17502617,"url":"https://github.com/seobrewer/ansible-mac-dotfiles","last_synced_at":"2026-05-07T02:39:03.164Z","repository":{"id":257871502,"uuid":"872963871","full_name":"SeoBrewer/ansible-mac-dotfiles","owner":"SeoBrewer","description":"This is an ansible based task runner to setup a new mac with dotfiles, ide etc","archived":false,"fork":false,"pushed_at":"2024-10-15T13:13:53.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T23:14:14.401Z","etag":null,"topics":["ansible","dotfiles","macos","setup"],"latest_commit_sha":null,"homepage":"","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/SeoBrewer.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":"2024-10-15T11:31:33.000Z","updated_at":"2024-10-15T15:02:07.000Z","dependencies_parsed_at":"2024-10-16T20:53:58.825Z","dependency_job_id":null,"html_url":"https://github.com/SeoBrewer/ansible-mac-dotfiles","commit_stats":null,"previous_names":["seobrewer/ansible-mac-dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeoBrewer%2Fansible-mac-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeoBrewer%2Fansible-mac-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeoBrewer%2Fansible-mac-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeoBrewer%2Fansible-mac-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeoBrewer","download_url":"https://codeload.github.com/SeoBrewer/ansible-mac-dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246093104,"owners_count":20722395,"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":["ansible","dotfiles","macos","setup"],"created_at":"2024-10-19T21:14:34.485Z","updated_at":"2026-05-07T02:39:03.126Z","avatar_url":"https://github.com/SeoBrewer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍎 Ansible Mac Setup\n\nThis repository contains an Ansible playbook and scripts to automate the setup of a new Mac. It installs and configures various tools, applications, and dotfiles to get you up and running quickly.\n\n## 🚀 Quick Start\n\nTo set up your new Mac automatically, you have two options:\n\n### Option 1: One-line command (Recommended)\n\nRun the following command in Terminal:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/your-username/ansible-mac-setup/main/setup.sh | bash\n```\n\n### Option 2: Manual script execution\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/your-username/ansible-mac-setup.git\n   cd ansible-mac-setup\n   ```\n\n2. Make the setup script executable:\n   ```bash\n   chmod +x setup.sh\n   ```\n\n3. Run the setup script:\n   ```bash\n   ./setup.sh\n   ```\n\n## 🛠 Manual Setup\n\nIf you prefer to run the steps manually, follow these instructions:\n\n1. Install Xcode Command Line Tools:\n   ```bash\n   xcode-select --install\n   ```\n\n2. Install Homebrew:\n   ```bash\n   /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n   ```\n\n3. Install Ansible:\n   ```bash\n   brew install ansible\n   ```\n\n4. Clone this repository:\n   ```bash\n   git clone https://github.com/your-username/ansible-mac-setup.git\n   cd ansible-mac-setup\n   ```\n\n5. Run the Ansible playbook:\n   ```bash\n   ansible-playbook -i inventory playbook.yml\n   ```\n\n## 📦 What's Included\n\nThis setup includes:\n\n- 🧰 Common CLI tools (git, vim, tmux, wget, curl, etc.)\n- 🖥 GUI applications (Google Chrome, iTerm2, Visual Studio Code, etc.)\n- 🐚 Zsh configuration with Oh My Zsh and Powerlevel10k theme\n- 🔧 Development tools (Node.js, pnpm, NVM)\n- 🔍 Productivity tools (fzf, fd, zoxide, thefuck, Yazi)\n- 📄 Dotfiles management\n\n## 🎨 Customization\n\nTo customize this setup:\n\n1. Modify the roles in `roles/` directory to add or remove packages.\n2. Update the `zshrc.j2` template in `roles/dotfiles/templates/` to change Zsh configuration.\n3. Edit the `playbook.yml` file to add or remove roles.\n\n## 🔄 Updating\n\nTo update your setup:\n\n1. Pull the latest changes from this repository.\n2. Run the Ansible playbook again:\n   ```bash\n   ansible-playbook -i inventory playbook.yml\n   ```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📜 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 🙏 Acknowledgements\n\n- [Ansible](https://www.ansible.com/)\n- [Homebrew](https://brew.sh/)\n- [Oh My Zsh](https://ohmyz.sh/)\n- And all the amazing open-source tools included in this setup!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseobrewer%2Fansible-mac-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseobrewer%2Fansible-mac-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseobrewer%2Fansible-mac-dotfiles/lists"}