hasen's tech life

Twitter: @hasen

Homebrewでインストールしたアプリケーションを自動起動するようにした.

# Homebrewでインストールしたアプリケーションを自動起動するようにした.
# なにを使っているか意識するために毎回起動していたけれど,もういいかなと.

$ brew tap homebrew/services
> .. (略) ..
$ brew install homebrew-services
> .. (略) ..
$ brew services start mysql
==> Successfully started `mysql` (label: homebrew.mxcl.mysql)
$ brew services list
> Name Status User Plist
> .. (略) ..
> mysql started You /PATH/TO/Library/LaunchAgents/homebrew.mxcl.mysql.plist
> .. (略) ..