Skip to content

Instantly share code, notes, and snippets.

@crazygit
Last active September 14, 2021 13:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save crazygit/800b902d50e4d14a3b5d7ebaff34748b to your computer and use it in GitHub Desktop.
Save crazygit/800b902d50e4d14a3b5d7ebaff34748b to your computer and use it in GitHub Desktop.
Use GNU Command Line Tools on macOS/OS X
# Refer: https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
brew install coreutils
brew tap homebrew/dupes
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