Skip to content

Instantly share code, notes, and snippets.

@nek023
Created December 3, 2013 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nek023/7765293 to your computer and use it in GitHub Desktop.
Save nek023/7765293 to your computer and use it in GitHub Desktop.
#!/bin/bash
rew tap | sed -e "s/^/tap '/g" | sed -e "s/$/'/g" > Brewfile
brew list | sed -e "s/^/brew '/g" | sed -e "s/$/'/g" >> Brewfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment