As of 2019 --with-default-name
is deprecaded. Updated packages to install below:
GNU Core Utilities:
brew install coreutils
Common utilities:
brew install binutils
brew install diffutils
brew install ed
brew install findutils
brew install gawk
brew install gnu-indent && echo "PATH=/usr/local/opt/gnu-indent/libexec/gnubin:$PATH" >> ${HOME}/.bashrc
brew install gnu-sed
brew install gnu-tar && echo "PATH=/usr/local/opt/gnu-tar/libexec/gnubin:$PATH" >> ${HOME}/.bashrc
brew install gnu-which && echo "PATH=/usr/local/opt/gnu-which/libexec/gnubin:$PATH" >> ${HOME}/.bashrc
brew install gnutls
brew install grep
brew install gzip
brew install screen
brew install watch
brew install wdiff
brew install wget
Outdated packages on macOS:
brew install bash
brew install emacs
brew install gdb # gdb requires further actions to make it work. See `brew info gdb`.
brew install gpatch
brew install m4
brew install make
brew install nano
Useful but non-gnu commands:
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 vim
brew install macvim