{"id":15715873,"url":"https://github.com/dansholds/brewfiles","last_synced_at":"2025-04-19T20:43:32.584Z","repository":{"id":241086465,"uuid":"804273221","full_name":"dansholds/brewfiles","owner":"dansholds","description":"A Community Collective of Role Specific Brewfiles 🍺","archived":false,"fork":false,"pushed_at":"2024-05-25T07:21:40.000Z","size":30,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T07:17:54.294Z","etag":null,"topics":["brew","brewfile","developer-tools","development","development-environment"],"latest_commit_sha":null,"homepage":"https://brewfiles.dev","language":"Ruby","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/dansholds.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":"2024-05-22T09:30:51.000Z","updated_at":"2024-08-04T04:03:45.000Z","dependencies_parsed_at":"2024-05-22T10:58:58.992Z","dependency_job_id":null,"html_url":"https://github.com/dansholds/brewfiles","commit_stats":null,"previous_names":["dansholds/brewfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansholds%2Fbrewfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansholds%2Fbrewfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansholds%2Fbrewfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dansholds%2Fbrewfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dansholds","download_url":"https://codeload.github.com/dansholds/brewfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249795227,"owners_count":21326778,"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":["brew","brewfile","developer-tools","development","development-environment"],"created_at":"2024-10-03T21:43:19.948Z","updated_at":"2025-04-19T20:43:32.553Z","avatar_url":"https://github.com/dansholds.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brewfiles\n\n[![Homebrew](https://img.shields.io/badge/homebrew-000000?style=for-the-badge\u0026logo=homebrew\u0026logoColor=white)](https://brew.sh/)\n![GitHub forks](https://img.shields.io/github/forks/dansholds/brewfiles?style=for-the-badge)\n![GitHub stars](https://img.shields.io/github/stars/dansholds/brewfiles?style=for-the-badge)\n![GitHub issues](https://img.shields.io/github/issues/dansholds/brewfiles?style=for-the-badge)\n[![Peerlist](https://github-readme-badge.peerlist.io/api/grapplingdev?style=for-the-badge)](https://peerlist.io/grapplingdev)\n\nWelcome to the **Brewfiles Repository**! This is a community-driven project where users can share their `Brewfile` configurations. By contributing to this repository, you can help others quickly set up their macOS or Linux environments with Homebrew.\n\n---\n\n## 🚀 What is a Brewfile?\n\nA `Brewfile` is a convenient way to describe the setup of your Homebrew packages, casks, and taps. It allows you to install all your dependencies with a single command. This is particularly useful for setting up a new machine or sharing your development environment with others.\n\n---\n\n## 📦 How to Use a Brewfile\n\n1. **Clone the Repository**:\n   ```sh\n   git clone https://github.com/dansholds/brewfiles.git\n   cd brewfiles\n   ```\n\n2. **Choose a Brewfile**:\n   Browse through the available `Brewfile`s in the repository and select one that suits your needs.\n\n3. **Install Packages**:\n   Use the `brew bundle` command to install the packages listed in the selected `Brewfile`:\n   ```sh\n   brew bundle --file=path/to/Brewfile\n   ```\n\n---\n\n## 🤝 How to Contribute\n\nWe welcome contributions from the community! Follow these steps to add your `Brewfile` to the repository:\n\n1. **Fork the Repository**:\n   Click the \"Fork\" button at the top right of this page to create a copy of this repository under your GitHub account.\n\n2. **Clone Your Fork**:\n\n   ```sh\n   git clone https://github.com/\u003cyour-username\u003e/brewfiles.git\n   cd brewfiles\n   ```\n\n3. **Create a New Branch**:\n   ```sh\n   git checkout -b your-branch-name\n   ```\n4. **Create your Brewfile**\n   ```sh\n   brew bundle dump --file=Brewfile\n   ```\n5. **Add Your Brewfile**:\n   Place your `Brewfile` in a new directory named after the main purpose or the environment it sets up, for example, `web-development/Brewfile` or `data-science/Brewfile`.\n   If the purpose or environment already exists, use something that makes it unique.\n\n6. **Commit Your Changes**:\n   ```sh\n   git add .\n   git commit -m \"Add Brewfile for [describe environment]\"\n   ```\n\n7. **Push to Your Fork**:\n   ```sh\n   git push origin your-branch-name\n   ```\n\n8. **Create a Pull Request**:\n   Go to your fork on GitHub, and you should see a \"Compare \u0026 pull request\" button. Click it and submit your pull request.\n\n---\n\n## 📁 Directory Structure\n\nPlease follow this directory structure when adding your Brewfile:\n\n```\nbrewfiles/\n├── README.md\n├── \u003ccategory\u003e/\n│   └── GitHub Username (i.e, dansholds)\n|      └── Brewfile\n```\n\nExamples of categories include:\n- `web-development`\n- `data-science`\n- `machine-learning`\n- `devops`\n- `design`\n\n---\n\n## 📜 License\n\nThis repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\n## 📞 Contact\n\nIf you have any questions or suggestions, feel free to open an issue or contact the repository maintainers.\n\nHappy brewing! 🍻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansholds%2Fbrewfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdansholds%2Fbrewfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdansholds%2Fbrewfiles/lists"}