Skip to content

Instantly share code, notes, and snippets.

@danielecook
Last active April 12, 2019 08:31
Show Gist options
  • Save danielecook/fc31ba23cb05000bd94639a4007a941f to your computer and use it in GitHub Desktop.
Save danielecook/fc31ba23cb05000bd94639a4007a941f to your computer and use it in GitHub Desktop.
Setup mac to be more like linux
# https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
brew install coreutils
brew install binutils
brew install diffutils
brew install ed --with-default-names
brew install findutils --with-default-names
brew install gawk
brew install gnu-indent --with-default-names
brew install gnu-sed --with-default-names
brew install gnu-tar --with-default-names
brew install gnu-which --with-default-names
brew install gnutls
brew install grep --with-default-names
brew install gzip
brew install screen
brew install watch
brew install wdiff --with-gettext
brew install wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment