일상 코딩
[링크] 맥 터미널 iterms2 Powerlevel 10k 세팅 및 환경 설정 본문
728x90
https://www.youtube.com/watch?v=CF1tMjvHDRA
명령어 모음 페이지
https://www.josean.com/posts/terminal-setup
iTerms / Agnoster / OCEAN-NEXT / Hack 등
앞서 작성한 터미널 세팅 후 PowerLevel 10K 설치 후 나타는 문제들 해결 방법
prompt_context:2: command not found: prompt_segment 문제 해결 방법
https://github.com/Powerlevel9k/powerlevel9k/issues/423
[oh-my-zsh] plugin 'zsh-syntax-highlighting' not found 문제 해결 방법
https://github.com/ohmyzsh/ohmyzsh/issues/7688
1. zsh-syntax-highlighting 설치
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
2. .zshrc 에서 plugin 부분 주석 처리 혹은 삭제
# .zshrc 파일 에디터로 연다
# 셋 중 본인이 편한 걸로 연다
code ~/.zshrc
vi ~/.zshrc
open ~/.zshrc
# 터미널에서 다음 명령어 실행
source ~/.zshrc
728x90
'Mac OS > 터미널 세팅' 카테고리의 다른 글
[맥OS] Mac OS 터미널 Agnoster 세팅 설정 종합 정리 (0) | 2021.11.27 |
---|---|
[맥북 M1/터미널] Hack 폰트 설치 (0) | 2021.10.20 |
[terminal] iTerm2 color schema (0) | 2021.10.19 |
[terminal 세팅] zsh-syntax-highlighting 설치하기 (0) | 2021.10.19 |
맥북 터미널 세팅 (0) | 2021.10.19 |