본문 바로가기

𝗘𝗧𝗖

iTerm | iTerm2 꾸미기

 

 

 

 

iTerm2 꾸미기 

 

 

출처: Pinterest

 

 

원래 VScode만 사용하다 보니 흰 바탕에 검은 글자가 전부인 기본 터미널 사용이 다소 어색하던 차에 iTerm이라는 걸 알게 돼서 바로 설치를 해봤다. 꾸밀 수도 있다고 해서 이것저것 만져봤는데 아주 마음에 들게 꾸며져서 일주일의 피로가 싹 날아감 ჱ̒ ー̀֊ー́ )

 

 

Part.01 - iTerm2 Install

 

제일 먼저, 하단 링크에 접속해 Download를 진행해 주세요.

 

iTerm2 - macOS Terminal Replacement

iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain

iterm2.com

 

 

Part.02 - homebrew Install

 

다음은 zsh 설치를 위해 homebrew 설치를 먼저 진행해 주세요.

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

 

 

Part.03 - zsh & oh-my-zsh Install

 

homebrew 설치 후, 아래 명령어를 따라 zshoh-my-zsh를 설치해 주세요.

# zsh install
brew install zsh

# oh-my-zsh install
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

 

 

Part.02 - iTerm 색상 선택 및 설치

 

위 진행이 완료되었다면 아래 사이트에 접속해 원하시는 디자인 색상을 클릭하여 해당 색상의 링크를 복사해 주세요.

 

Iterm Themes - Color Schemes and Themes for Iterm2

 

iterm2colorschemes.com

 

 

 

링크 복사가 완료되었다면 테마 다운로드를 위해 아래 코드를 차례대로 진행해 주세요.

// curl이 설치되어 있지 않을 경우
brew install curl

// util이라는 이름의 directory를 생성하고 이동
mkdir util && cd util

// 테마 download
curl -LO 복사한 테마 Url

 

 

원하는 테마 다운로드가 완료되었을 경우 iTerm2 → Settings... → Profiles → Colors 경로로 이동하여,

 

 

아래 사진과 같이 Color Presets → import를 차례로 클릭 후 다운로드한 테마를 적용해 주면 됩니다.

 

 

 

 

완성된 iTerm 

 

 

 

 

 

 

 

 

 

 

 

참고

'𝗘𝗧𝗖' 카테고리의 다른 글

Tistory | SCM-player 블로그 배경음악 적용  (4) 2024.03.18
Recent Posts
Visits
Today
Yesterday
Archives
Calendar
«   2024/10   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31