유리쯔의일상 2023. 8. 17. 22:34
반응형

개발자가 되고싶은 코린이입니다😊🫶잘부탁드려용
instagram : https://www.instagram.com/_1ruuy_

 

 

1. iterm 실행

Preferences > Appearance > General > Theme > Mininal 

Profiles > Sessions > Status bar enabled 체크, Configure Status Bar 클릭 후 필요한 Component Menu설정

 

 

 

2. Oh My Zsh 설치 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

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

 

 

3. Powerlevel10K 설치

https://github.com/romkatv/powerlevel10k

 

GitHub - romkatv/powerlevel10k: A Zsh theme

A Zsh theme. Contribute to romkatv/powerlevel10k development by creating an account on GitHub.

github.com

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

설치완료

~ code ~/.zshrc

입력 후 vsc에서 터미널 환경 파일 진입

 

robbyrussell 부분을 삭제 후  입력해 준다 

powerlevel10k/powerlevel10k

 

입력 후 저장, iterm 종료 후 재 시작 하면 10K 환경 설정 가이드가 나온다

본인의 취향 대로 선택하면 된다!

( 첫 번째 질문이 폰트 다운로드 할 거냐 인데 웬만하면 하는 게 좋은 것 같다 ) 

어느 정도 선택이 다 완료되면 이런 화면이 나오는데 

 저장하려면 1 누르면 된다, 만약에 다시 설정하고 싶다면 R 키를 누르면 됨!

설치 완료!

 

 


 

참고한 영상 / 노마드코더 님의 맥북 초기세팅 https://youtu.be/B26yiuC5zPM

 

 

 

 

반응형