반응형
1. 먼저 iterm2를 설치한다.
2. oh my zsh를 설치한다.
https://github.com/ohmyzsh/ohmyzsh
스크롤하면 Basic Installation 이 보인다.
본인은 curl로 설치했음!
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
3. solarized oh my zsh 를 검색한다.
https://gist.github.com/kevin-smets/8568070
4. Powerlever9k 를 설치한다.
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
설치 후
code ~/.zshrc
를 입력해준다. 그리고
ZSH_THEME="powerlevel10k/powerlevel10k"
로 변경해준다.
만일 폰트가 깨지면 아래에 들어가서 폰트를 다운받는다.
반응형
'설치&세팅법' 카테고리의 다른 글
[Golang] cannot find package (from $GOROOT) (from $GOPATH) (0) | 2021.10.29 |
---|---|
[Terminal] 터미널 명령어 자동 완성 (0) | 2021.10.26 |
node install 시 권한 오류 발생 (0) | 2021.10.22 |
[Git & Github] Git을 사용해서 Github에 commit하기 (0) | 2021.04.23 |
[MySQL] 환경변수 설정 (0) | 2021.02.24 |
댓글