-
-
Save canering/64f6cbf4a286bf22f3ae30acb76a19cd to your computer and use it in GitHub Desktop.
A brew command to install useful tools missing from Mac OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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