본문 바로가기
환경설정

M1 mac iTerm install and vscode custom

by hotdog7778 2023. 6. 13.

맥에서 터미널 프로그램으로 iTerm을 쓰면 편리하기도 하고 vscode와 연동되는 기능도 있다고 해서

설정 기록 남기기

 

설치

brew install --cask iterm2

 

Custom

1. iterm 실행후 메뉴의 setting 진입

 - 설정 많으니 쓸만한것 찾을때마다 세팅 해보기로 하고 패스.

 

2. Oh My Zsh Install

 - 커맨드 입력하는 부분을 꾸며줍니다. 아래 링크 타고가서 다운로드 명령어 확인.

 - https://ohmyz.sh

 

Oh My Zsh - a delightful & open source framework for Zsh

Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with several helpful functions, helpers, plugins, themes, and a few things that make you shout... OH MY ZSH!

ohmyz.sh

 

3. Powerlevel10K Install

https://github.com/romkatv/powerlevel10k

installation의 oh my zsh를 찾아 설치.

환경변수도 바꿔주고 iterm 재시작

재시작 후에 환경설정 마법사가 나오니 선호에맞게 설정 진행

맘에 안들어서 수정하고 싶으면 p10k configure 실행

 

 

4. 터미널에서 code .명령어로 vscode 바로 열기

vscode를 열고 cmd + shift + p로 명령 팔레트 열어주자.

Shell Command: Install 'code' command in PATH를 클릭하여 설치

 

 

 

'환경설정' 카테고리의 다른 글

VSCode ESLint Prettier 설정  (0) 2024.01.22
mac 기본 자바버전 변경  (0) 2023.06.13