General

Homebrew formula for bgrep

I was looking for a binary grep and after a bit of searching, I found one. I decided to make a Homebrew formula to make it easier to discover and install. Homebrew just pulled my change to add a formula for bgrep, a grep-like...
Mac

How to build MacVim with Python 2.7

The first few times I tried building MacVim, it kept linking with the system Python. I wanted it to use my Python 2.7 install. I finally found the right incantation: ./configure --enable-rubyinterp=yes...