Skip to content

Instantly share code, notes, and snippets.

@anyboo
Last active June 21, 2018 11:09
Show Gist options
  • Save anyboo/892c8e427972efc6387113cf31fb92b2 to your computer and use it in GitHub Desktop.
Save anyboo/892c8e427972efc6387113cf31fb92b2 to your computer and use it in GitHub Desktop.
Homebrew manual

brew & brew cask command

introduce brew & brew cask

@anyboo
Copy link
Author

anyboo commented Mar 14, 2018

$ brew services start nginx

==> Tapping homebrew/services
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services'...
remote: Counting objects: 14, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 14 (delta 0), reused 10 (delta 0), pack-reused 0
Unpacking objects: 100% (14/14), done.
Tapped 0 formulae (43 files, 55.7KB)
==> Successfully started nginx (label: homebrew.mxcl.nginx)

@anyboo
Copy link
Author

anyboo commented Jun 21, 2018

How do I tell Homebrew to stop running brew update every time I want to install something?

HOMEBREW_NO_AUTO_UPDATE=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment