{"id":13858508,"url":"https://github.com/rouanw/brewpack","last_synced_at":"2025-04-24T07:22:23.355Z","repository":{"id":148470708,"uuid":"72890901","full_name":"rouanw/brewpack","owner":"rouanw","description":"A simple way to install your favourite apps and libs on your mac and share them with your team","archived":false,"fork":false,"pushed_at":"2016-12-16T07:20:42.000Z","size":10,"stargazers_count":13,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-02-13T02:03:48.166Z","etag":null,"topics":["automation","cask","development-environment","development-machine","formulae","homebrew"],"latest_commit_sha":null,"homepage":"","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/rouanw.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":"2016-11-04T22:45:20.000Z","updated_at":"2024-08-05T03:27:07.302Z","dependencies_parsed_at":null,"dependency_job_id":"b7049889-3057-4dfd-b7db-524f6e587f5a","html_url":"https://github.com/rouanw/brewpack","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rouanw%2Fbrewpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rouanw%2Fbrewpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rouanw%2Fbrewpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rouanw%2Fbrewpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rouanw","download_url":"https://codeload.github.com/rouanw/brewpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250581195,"owners_count":21453617,"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":["automation","cask","development-environment","development-machine","formulae","homebrew"],"created_at":"2024-08-05T03:02:11.687Z","updated_at":"2025-04-24T07:22:23.335Z","avatar_url":"https://github.com/rouanw.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# 🎒 brewpack\n\nAutomate your Mac setup.\n\n- Install your favourite tools and apps on your new Mac with a single command\n\n- Join a new team and automatically install the things you need\n\n## Installation\n\n```sh\nbrew install rouanw/brewpack/brewpack\n```\n\nYou'll need to have [Homebrew](http://brew.sh/) installed.\n\n## Get started\n\n\n```sh\n# create a packages.yml file\n# if you already use homebrew, brewpack will include your installed formulae\nbrewpack init\n\n# install something new\nbrewpack install --save git\nbrewpack install --save --cask google-chrome\n\n# joined a new team? get the stuff you need\nbrewpack install --repo example-company/funteam\n\n# got a new Mac? get all your stuff back.\nbrewpack install\n```\n\nIt's recommended that you keep your `packages.yml` file somewhere other than just your Mac. Push it to GitHub or sync it with something like Dropbox. Take a look at [my `packages.yml`](https://github.com/rouanw/packages/blob/master/packages.yml) for an example.\n\n## Bugs \u0026 feature requests\n\nBrewpack is still new and I need your feedback to shape it. [Open an issue](https://github.com/rouanw/brewpack/issues/new) and let me know.\n\n## Contributing\n\nPull requests are very welcome. If you're unsure about the functionality you'd like to add, open an issue first so we can talk about it.\n\n# API\n\n## `brewpack install`\n\n__brewpack__ needs a `packages.yml` in the directory it's run from. Use it to specify what you'd like installed:\n\n```yml\n---\npackages:\n  - git\n  - mongodb\ncasks:\n  - atom\n  - docker\n  - google-chrome\n```\n\nRun `brewpack install`.\n\nThe specified `packages` will be installed using [Homebrew](http://brew.sh/) and the `casks` will be installed using [Homebrew-Cask](https://github.com/caskroom/homebrew-cask).\n\n## `brewpack install \u003cpackage\u003e`\n\nInstead of directly using homebrew to install what you need, proxy the call through __brewpack__ so it gets saved to your `packages.yml` file.\n\n### Examples:\n\nInstall a core homebrew package and save it to your `packages.yml`:\n\n`brewpack install --save git`\n\nInstall a cask (usually an app) from [hombrew-cask](https://github.com/caskroom/homebrew-cask) and save it to your `packages.yml`:\n\n`brewpack install --cask --save google-chrome`\n\n## `brewpack install --repo \u003cgithub-repo\u003e`\n\nInstall a formulae from a `packages.yml` hosted on GitHub:\n\n`brewpack install --repo rouanw/my-packages`\n\nWhere `rouanw` is the GitHub user and `my-packages` is the name of the repo. It needs to have a `packages.yml` at its root.\n\nIf you regularly push your personal packages repo to GitHub, this is an easy way to get yourself set up on a new Mac.\n\nThis can also be really handy for sharing a team setup. Imagine you join the Platform team at FunCorp:\n\n`brewpack install --repo funcorp/platform`\n\n\n## `brewpack init`\n\nRun `brewpack init` to create a new `packages.yml` file in your current directory. If you've already been using Homebrew, it will include the formulae you already have installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frouanw%2Fbrewpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frouanw%2Fbrewpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frouanw%2Fbrewpack/lists"}