|
|
@ -2,22 +2,13 @@ |
|
|
|
brew update |
|
|
|
brew update |
|
|
|
brew upgrade |
|
|
|
brew upgrade |
|
|
|
|
|
|
|
|
|
|
|
# https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands |
|
|
|
|
|
|
|
brew install coreutils |
|
|
|
|
|
|
|
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed. |
|
|
|
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed. |
|
|
|
brew install findutils |
|
|
|
brew install findutils |
|
|
|
# Install GNU `sed`, overwriting the built-in `sed`. |
|
|
|
# Install GNU `sed`, overwriting the built-in `sed`. |
|
|
|
brew install gnu-sed --with-default-names |
|
|
|
brew install gnu-sed --with-default-names |
|
|
|
|
|
|
|
|
|
|
|
# Install `wget` with IRI support. |
|
|
|
|
|
|
|
brew install wget --with-iri |
|
|
|
|
|
|
|
# Install GnuPG to enable PGP-signing commits. |
|
|
|
|
|
|
|
brew install gnupg |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Install more recent versions of some macOS tools. |
|
|
|
# Install more recent versions of some macOS tools. |
|
|
|
brew install vim --with-override-system-vi |
|
|
|
brew install vim --with-override-system-vi |
|
|
|
brew install grep |
|
|
|
|
|
|
|
brew install openssh |
|
|
|
|
|
|
|
# GNU multiple precision arithmetic library |
|
|
|
# GNU multiple precision arithmetic library |
|
|
|
brew install gmp |
|
|
|
brew install gmp |
|
|
|
|
|
|
|
|
|
|
@ -28,12 +19,9 @@ brew install gmp |
|
|
|
# brew install woff2 |
|
|
|
# brew install woff2 |
|
|
|
|
|
|
|
|
|
|
|
brew install ack |
|
|
|
brew install ack |
|
|
|
brew install git |
|
|
|
|
|
|
|
brew install git-lfs |
|
|
|
brew install git-lfs |
|
|
|
brew install imagemagick --with-webp |
|
|
|
brew install imagemagick --with-webp |
|
|
|
brew install p7zip |
|
|
|
brew install p7zip |
|
|
|
brew install ssh-copy-id |
|
|
|
|
|
|
|
brew install tree |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove outdated versions from the cellar. |
|
|
|
# Remove outdated versions from the cellar. |
|
|
|
brew cleanup |
|
|
|
brew cleanup |
|
|
|