Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 308 Bytes

homebrew.md

File metadata and controls

26 lines (19 loc) · 308 Bytes
title
Homebrew

Packages

# Install
  brew install <package-name>

# Uninstall
  brew uninstall <package-name>

Services

  # Start
  brew services start <service-name>

  # Restart
  brew services restart <service-name>

  # Stop
  brew services stop <service-name>