homebrew

Published by onesixx on

https://brew.sh/index_ko

Install Commandline Tools

xcode-select --install

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Check Installation

brew doctor

Install brew services

brew tap homebrew/services

Update Brew and Packages if allready installed

brew update && brew upgrade

Setup Environment

sudo nano ~/.bash_profile

Add following lines

  ##
  # Homebrew
  ##
  export PATH="/usr/local/bin:$PATH"
  export PATH="/usr/local/sbin:$PATH"

실행 중인 서비스 확인

|➜  brew services list
Name       Status  User    Plist
mysql      stopped
nginx      started onesixx /Users/onesixx/Library/LaunchAgents/homebrew.mxcl.nginx.plist
postgresql stopped

Homebrew Cask

~$➜  brew search chrome
==> Formulae
chrome-cli                                                chrome-export
==> Casks
chrome-devtools              chromedriver-beta            google-chrome                google-chrome-dev
chrome-remote-desktop-host   dmm-player-for-chrome        google-chrome-beta           mkchromecast
chromedriver                 epichrome                    google-chrome-canary ✔
# ~$➜  brew cask install google-chrome
# Error ==>
~$➜ brew install --cask google-chrome
~$➜  brew upgrade

Categories: Ubuntu

onesixx

Blog Owner

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x