-
Hi Team,
Given that `hashicorp/tap/terraform` is already installed, creating a Brewfile at `/tmp/Brewfile` with the following contents:
```
brew "hashicorp/tap/terraform"
```
and running `bre…
-
When trying to build Emacs version 29.3 I was met with a message:
`.... in 'require': cannot load such file -- macho (LoadError)`
so I had to manually install ruby-macho:
`gem install ruby-ma…
mok0 updated
7 months ago
-
The generated Brewfile is saying:
```
install the-silver-searcher
```
Homebrew actually has the program listed as:
```
the_silver_searcher
```
I'm guessing this has to do with how you verify or no…
-
Being `brew` a very popular source of packages on Mac, and being `nix-darwin` [having support for it](https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix), we should add a template so …
-
My Brewfile contains
```rb
tap "sass/sass"
brew "sass/sass/sass"
```
Sass has a build dependency on dart-lang/dart/dart ([src](https://github.com/sass/homebrew-sass/blob/2fe8dc4f5a2cacf05b18aea…
-
- init.shにbrewをinstallした後に以下のコマンドを入力する必要がある
```bash
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
```
- .Brewfileを${HOME}にコピーもしくはリンクさせる…
-
```
==> Caveats
To have launchd start tor now and restart at login:
brew services start tor
Or, if you don't want/need a background service you can just run:
tor
```
It would be nice if y…
-
### `brew doctor` output
```shell
Your system is ready to brew.
```
### Verification
- [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am still able to reproduce my is…
-
# New Engineer Onboarding Checklist
## Special Notes
- [x] Paste a link to the general onboarding ticket, which includes the onboarding authorization, here: https://github.com/cloud-gov/product/…
-
This is a great little tool. Thank you.
It would be nice if we could store the selections somewhere (a .conf file) and auto select previously selected repos.
This would be helpful to keep track …