Skip to content

Instantly share code, notes, and snippets.

@martinsnygg
Created March 9, 2015 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinsnygg/70d765c9dcba81c65f00 to your computer and use it in GitHub Desktop.
Save martinsnygg/70d765c9dcba81c65f00 to your computer and use it in GitHub Desktop.
# Install GNU core utilities (those that come with OS X are outdated)
brew install coreutils
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew install findutils
# Install Bash 4
brew install bash
# Install more recent versions of some OS X tools
brew tap homebrew/dupes
brew install homebrew/dupes/grep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment