Skip to content

Instantly share code, notes, and snippets.

@adamhsparks
Forked from xuhdev/homebrew-install-gnu.sh
Last active April 27, 2022 07:06
Show Gist options
  • Save adamhsparks/c4ca827734bb8aeb0f3e2821af1a62c4 to your computer and use it in GitHub Desktop.
Save adamhsparks/c4ca827734bb8aeb0f3e2821af1a62c4 to your computer and use it in GitHub Desktop.
# see https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
# core
brew install coreutils
# key commands
brew install binutils
brew install diffutils
brew install ed
brew install findutils
brew install gawk
brew install gnu-indent
brew install gnu-sed
brew install gnu-tar
brew install gnu-which
brew install gnutls
brew install grep
brew install gzip
brew install screen
brew install watch
brew install wdiff
brew install wget
# OS X ships a GNU version, but too old
brew install gpatch
brew install m4
brew install make
brew install nano
# Other commands (non-GNU)
brew install file-formula
brew install git
brew install less
brew install openssh
brew install python
brew install rsync
brew install svn
brew install unzip
brew install nvim
brew install zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment