Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astropenguin/homebrew
:penguin: Personal macOS packages managed by Homebrew Bundle
https://github.com/astropenguin/homebrew
bundle homebrew
Last synced: about 1 month ago
JSON representation
:penguin: Personal macOS packages managed by Homebrew Bundle
- Host: GitHub
- URL: https://github.com/astropenguin/homebrew
- Owner: astropenguin
- License: mit
- Created: 2020-01-26T16:34:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T09:07:45.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T14:54:56.359Z (3 months ago)
- Topics: bundle, homebrew
- Language: Ruby
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotbrew
:penguin: Personal macOS packages managed by [Homebrew Bundle]## Installation
Before installation, you need to install [Homebrew] to your Mac:
```shell
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```Then run the following commands to install Python packages managed by [Homebrew Bundle]:
```shell
$ git clone https://github.com/astropenguin/dotbrew.git
$ cd dotbrew
$ brew bundle
```[Homebrew]: https://brew.sh
[Homebrew Bundle]: https://github.com/Homebrew/homebrew-bundle