{"id":15364174,"url":"https://github.com/posquit0/brewfile","last_synced_at":"2025-04-12T23:31:06.696Z","repository":{"id":53060468,"uuid":"147191195","full_name":"posquit0/brewfile","owner":"posquit0","description":":apple: Brewfile to install softwares in macOS for engineers","archived":false,"fork":false,"pushed_at":"2025-03-20T05:25:06.000Z","size":167,"stargazers_count":55,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-20T06:26:45.256Z","etag":null,"topics":["apple","brewfile","brewfiles","homebrew","homebrew-cask","mac","macosx","osx"],"latest_commit_sha":null,"homepage":"","language":null,"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/posquit0.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},"funding":{"github":"posquit0","patreon":"posquit0","ko_fi":"posquit0","custom":"https://www.paypal.me/posquit0"}},"created_at":"2018-09-03T10:49:38.000Z","updated_at":"2025-03-20T05:25:09.000Z","dependencies_parsed_at":"2023-10-11T11:19:53.096Z","dependency_job_id":"e2cf8e40-1676-41ea-8d82-cbcb9a92b681","html_url":"https://github.com/posquit0/brewfile","commit_stats":{"total_commits":191,"total_committers":2,"mean_commits":95.5,"dds":0.005235602094240788,"last_synced_commit":"333ce50abf2e042f435b1ca87d9bfa9e087e82ef"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posquit0%2Fbrewfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posquit0%2Fbrewfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posquit0%2Fbrewfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posquit0%2Fbrewfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posquit0","download_url":"https://codeload.github.com/posquit0/brewfile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647257,"owners_count":21139081,"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":["apple","brewfile","brewfiles","homebrew","homebrew-cask","mac","macosx","osx"],"created_at":"2024-10-01T13:10:29.046Z","updated_at":"2025-04-12T23:31:06.419Z","avatar_url":"https://github.com/posquit0.png","language":null,"funding_links":["https://github.com/sponsors/posquit0","https://patreon.com/posquit0","https://ko-fi.com/posquit0","https://www.paypal.me/posquit0"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/posquit0/brewfile\" title=\"Brewfile\"\u003e\n    \u003cimg alt=\"posquit0's brewfile\" src=\"https://raw.githubusercontent.com/posquit0/i/main/brewfile/icon.png\" width=\"128px\" /\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003ch1\u003eBrewfile\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  :apple: Brewfile to install softwares in macOS for engineers\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://opensource.org/licenses/mit-license.php\"\u003e\n    \u003cimg alt=\"MIT License\" src=\"https://badges.frapsoft.com/os/mit/mit.svg?v=103\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ellerbrock/open-source-badge/\"\u003e\n    \u003cimg alt=\"Open Source Love\" src=\"https://badges.frapsoft.com/os/v1/open-source.svg?v=103\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n[**This brewfile**](https://github.com/posquit0/brewfile) is written by [posquit0](https://github.com/posquit0/) to easily set up the development environment to macOS.\n\n- If you want to override my configuration or add more configuration, just edit `Brewfile`.\n\n\n## Usage\n\n```bash\n$ git clone https://github.com/posquit0/brewfile\n$ cd brewfile\n\n# Install base packages in `base.Brewfile`\n$ brew bundle --file base.Brewfile\n\n# Install filesystem related packages in `filesystem.Brewfile`\n$ brew bundle --file filesystem.Brewfile\n\n# Install fonts in `font.Brewfile`\n$ brew bundle --file font.Brewfile\n\n# Install media related packages in `media.Brewfile`\n$ brew bundle --file media.Brewfile\n\n# Install messaging related packages in `messaging.Brewfile`\n$ brew bundle --file messaging.Brewfile\n\n# Install office related packages in `office.Brewfile`\n$ brew bundle --file office.Brewfile\n\n# Install secret related packages in `secret.Brewfile`\n$ brew bundle --file secret.Brewfile\n\n# Install web related packages in `web.Brewfile`\n$ brew bundle --file web.Brewfile\n\n# Install development packages\n$ brew bundle --file dev-base.Brewfile\n$ brew bundle --file dev-android.Brewfile\n$ brew bundle --file dev-container.Brewfile\n$ brew bundle --file dev-db.Brewfile\n$ brew bundle --file dev-ide.Brewfile\n$ brew bundle --file dev-jvm.Brewfile\n$ brew bundle --file dev-network.Brewfile\n$ brew bundle --file dev-terminal.Brewfile\n$ brew bundle --file dev-vcs.Brewfile\n$ brew bundle --file dev-web.Brewfile\n\n# Install devops packages in `devops.Brewfile`\n$ brew bundle --file devops.Brewfile\n```\n\n\n## Self Promotion\n\nLike brewfile? Follow the repository on [GitHub](https://github.com/posquit0/brewfile). And if you're feeling especially charitable, follow [posquit0](https://posquit0.com) on [GitHub](https://github.com/posquit0).\n\n\n## See Also\n\n- [dotfiles](https://github.com/posquit0/dotfiles) - Awesome configurations for the development environments.\n- [gitconfig](https://github.com/posquit0/gitconfig) - Git configurations.\n- [tmux-conf](https://github.com/posquit0/tmux-conf) - TMUX Configuration for nerds with tpm.\n- [vimrc](https://github.com/posquit0/vimrc) - Vim Configuration for nerds with vim-plug.\n- [zsh](https://github.com/posquit0/zshrc) - Zsh Configuration for nerds with zplug.\n\n\n## License\n\nProvided under the terms of the [MIT License](https://github.com/posquit0/brewfile/blob/main/LICENSE).\n\nCopyright © 2018-2023, [Byungjin Park](https://www.posquit0.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposquit0%2Fbrewfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposquit0%2Fbrewfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposquit0%2Fbrewfile/lists"}