Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/posquit0/brewfile

:apple: Brewfile to install softwares in macOS for engineers
https://github.com/posquit0/brewfile

apple brewfile brewfiles homebrew homebrew-cask mac macosx osx

Last synced: 2 months ago
JSON representation

:apple: Brewfile to install softwares in macOS for engineers

Awesome Lists containing this project

README

        



posquit0's brewfile



Brewfile



:apple: Brewfile to install softwares in macOS for engineers



MIT License


Open Source Love


[**This brewfile**](https://github.com/posquit0/brewfile) is written by [posquit0](https://github.com/posquit0/) to easily set up the development environment to macOS.

- If you want to override my configuration or add more configuration, just edit `Brewfile`.

## Usage

```bash
$ git clone https://github.com/posquit0/brewfile
$ cd brewfile

# Install base packages in `base.Brewfile`
$ brew bundle --file base.Brewfile

# Install filesystem related packages in `filesystem.Brewfile`
$ brew bundle --file filesystem.Brewfile

# Install fonts in `font.Brewfile`
$ brew bundle --file font.Brewfile

# Install media related packages in `media.Brewfile`
$ brew bundle --file media.Brewfile

# Install messaging related packages in `messaging.Brewfile`
$ brew bundle --file messaging.Brewfile

# Install office related packages in `office.Brewfile`
$ brew bundle --file office.Brewfile

# Install secret related packages in `secret.Brewfile`
$ brew bundle --file secret.Brewfile

# Install web related packages in `web.Brewfile`
$ brew bundle --file web.Brewfile

# Install development packages
$ brew bundle --file dev-base.Brewfile
$ brew bundle --file dev-android.Brewfile
$ brew bundle --file dev-container.Brewfile
$ brew bundle --file dev-db.Brewfile
$ brew bundle --file dev-ide.Brewfile
$ brew bundle --file dev-jvm.Brewfile
$ brew bundle --file dev-network.Brewfile
$ brew bundle --file dev-terminal.Brewfile
$ brew bundle --file dev-vcs.Brewfile
$ brew bundle --file dev-web.Brewfile

# Install devops packages in `devops.Brewfile`
$ brew bundle --file devops.Brewfile
```

## Self Promotion

Like 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).

## See Also

- [dotfiles](https://github.com/posquit0/dotfiles) - Awesome configurations for the development environments.
- [gitconfig](https://github.com/posquit0/gitconfig) - Git configurations.
- [tmux-conf](https://github.com/posquit0/tmux-conf) - TMUX Configuration for nerds with tpm.
- [vimrc](https://github.com/posquit0/vimrc) - Vim Configuration for nerds with vim-plug.
- [zsh](https://github.com/posquit0/zshrc) - Zsh Configuration for nerds with zplug.

## License

Provided under the terms of the [MIT License](https://github.com/posquit0/brewfile/blob/main/LICENSE).

Copyright © 2018-2023, [Byungjin Park](https://www.posquit0.com).