1. Homebrew

홈페이지: https://brew.sh/index_ko 여기서 쓰고 싶은 앱을 검색해서 다운하면 된다!

콘솔에서 다음과 같이 입력하여 설치를 하자.

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

Homebrew는 Apple에서 제공하지 않는 유용한 패키지 관리자를 설치한다. yarn 처럼 쓰면 된다.

쉽게 앱의 버전을 관리할 수 있는 것이 특징이라고 한다.

Untitled

Next steps의 커멘드를 따라서 입력하도록 하자.


2. cask


3. 기본적으로 필요한 것들

brew install git

git config --global user.name "bepyan"
git config --global user.email "bepyan@naver.com"
git config --global core.precomposeunicode true
git config --global core.quotepath false