iTerm2 (Mac)

Mac OS에 기본으로 설치되어 있는 Terminal 대신 iTerm2를 터미널 앱으로 사용합니다.

설치

iTerm2.zip 파일을 다운로드 받거나, Homebrew를 사용해 설치 할 수 있습니다.

$ brew cask install iterm2

NOTE

Cask는 Homebrew의 확장(Extends)으로 GUI 도구(예: Chrome, Visual Studio Code 등) 설치 또한 명령어 한 줄로 가능하게 만들어 줍니다. Homebrew를 사용해 Cask를 설치할 수 있습니다.

 















$ brew install cask # Cask 설치

# 예) Atom 에디터 설치
$ brew cask install atom

==> Satisfying dependencies
==> Downloading https://github.com/atom/atom/releases/download/v1.34.0/atom-mac.
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws
######################################################################## 100.0%
==> Verifying SHA-256 checksum for Cask 'atom'.
==> Installing Cask atom
==> Moving App 'Atom.app' to '/Applications/Atom.app'.
==> Linking Binary 'apm' to '/usr/local/bin/apm'.
==> Linking Binary 'atom.sh' to '/usr/local/bin/atom'.
🍺  atom was successfully installed!

설정

iTerm2 설정 방법은 본격 macOS에 개발 환경 구축하기 - 터미널 설정 글을 참고하세요.