I published a script yesterday for creating a “bundle file” of all binaries (executables) on your system that rely on Rubygems to install. These aren’t covered by Homebrew’s bundle command and I wanted easy system restore via my dotfiles setup.

But… because it deals specifically with gems, I figured why not make it a gem and make it easy to install?

So I present Binbundle, the same script as yesterday, but elaborated on and in gem form.

See the project page for details on installation and usage. This project combined with Dotbot makes for a very easy way to restore all of those binaries that Homebrew misses.