Skip to content

Instantly share code, notes, and snippets.

@hdyen
Forked from epcim/brew_install_coreutils.sh
Created August 21, 2018 11:38
Show Gist options
  • Save hdyen/9eb9368ae32c23866f014f836c748103 to your computer and use it in GitHub Desktop.
Save hdyen/9eb9368ae32c23866f014f836c748103 to your computer and use it in GitHub Desktop.
OSX brew install GNU coreutils, bin utils etc...
# From https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
export PATH="$(brew --prefix coreutils)/libexec/gnubin:/usr/local/bin:$PATH"
brew install coreutils
brew install gnu-tar --with-default-names
# alternatively
brew install binutils
brew install diffutils
brew install ed --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-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