OS X install and tips

View the Project on GitHub nicolas-brousse/osx-install-and-tips

← Go home

Homebrew tips

Homebrew commands

# 
$ brew doctor

# Brew services
$ brew services list # list of running services
$ brew services start|stop|restart [service]

← Go home