Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save switchspan/ad59c977dc3d8351fece28443b93e975 to your computer and use it in GitHub Desktop.
Save switchspan/ad59c977dc3d8351fece28443b93e975 to your computer and use it in GitHub Desktop.
A brew command to install useful tools missing from Mac OS X
# Legitimately-useful utilities missing from OS X.
brew install wget watch gnu-sed coreutils
# Up-to-date versions of included tools.
brew install git emacs
# Just for fun.
brew install fortune cowsay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment