Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianwalter/dotbrew
An installation mechanism for Ian's standard set of Homebrew packages
https://github.com/ianwalter/dotbrew
configuration dotfiles homebrew
Last synced: about 1 month ago
JSON representation
An installation mechanism for Ian's standard set of Homebrew packages
- Host: GitHub
- URL: https://github.com/ianwalter/dotbrew
- Owner: ianwalter
- License: other
- Created: 2017-04-12T18:43:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T16:34:47.000Z (almost 3 years ago)
- Last Synced: 2024-10-23T01:43:44.343Z (3 months ago)
- Topics: configuration, dotfiles, homebrew
- Language: Shell
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotbrew
> Ian's [Homebrew][brewUrl] configuration (part of [dotfiles][dotfilesUrl])## Installation
Installs applications using [Homebrew][brewUrl], [Homebrew Cask][caskUrl],
[Homebrew Bundle][bundleUrl], and [mas-cli][masUrl]:```console
./install.sh
```## Updating
```console
./update.sh
```## License
Hippocratic License - See [LICENSE][licenseUrl]
Created by [Ian Walter](https://ianwalter.dev)
[brewUrl]: https://brew.sh
[dotfilesUrl]: https://github.com/ianwalter/dotfiles
[caskUrl]: https://github.com/Homebrew/homebrew-cask
[bundleUrl]: https://github.com/Homebrew/homebrew-bundle
[masUrl]: https://github.com/mas-cli/mas
[licenseUrl]: https://github.com/ianwalter/dotbrew/blob/master/LICENSE