Laravel/Setting

oh my zsh 재설치 및 테마 설정

Sein_ 2023. 9. 24. 10:15
728x90

장점

  1. 실행 중인 모든 Shell은 명령어의 history를 쉘 끼리 공유합니다.
  2. 간단한 설정을 통해 문법 오류를 정정해줍니다. (e.g. gut  git)
  3. 다양한 테마를 지원합니다.

재설치방법

1. 제거

sudo chmod 777 ~/.oh-my-zsh/tools/uninstall.sh
~/.oh-my-zsh/tools/uninstall.sh

2. 설치

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

3. 테마 설정

~/.zshrc 파일 열기

$ open .zshrc

 ZSH_THEME="robbyrussell" 부분 수정

ZSH_THEME="원하는 테마"

 

테마 종류

https://github.com/ohmyzsh/ohmyzsh/wiki/Themes

 

 

 

참조

https://blackinkgj.github.io/zsh-installation/

https://designdepot.tistory.com/212

https://velog.io/@insutance/Oh-My-Zsh-%EC%84%A4%EC%B9%98