Mac에서 zsh 및 prezto 설치 작업 로그
Homebrew 설치
링크된 대로 설치
git 설치
$ brew install git
zsh 설치
$ brew install zsh
/etc/shells에 설치된 zsh 경로를 추가
$ sudo vim /etc/shells
...
/bin/bash
/bin/csh
...
/bin/zsh
/usr/local/bin/zsh # ← ここ
시작 시 쉘 변경
$ chsh -s /usr/local/bin/zsh
터미널 재부팅
Last login: Sat Jan 20 17:39:50 on ttys000
This is the Z Shell configuration function for new users,
zsh-newuser-install.
You are seeing this message because you have no zsh startup files
(the files .zshenv, .zprofile, .zshrc, .zlogin in the directory
~). This function can help you with a few settings that should
make your use of the shell easier.
You can:
(q) Quit and do nothing. The function will be run again next time.
(0) Exit, creating the file ~/.zshrc containing just a comment.
That will prevent this function being run again.
(1) Continue to the main menu.
--- Type one of the keys in parentheses --- 0
prezto 설치
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
기타
터미널을 iTerm2 로 하고 Preferences > Profiles > Colors > Color Presets 를
Pastel
로 하면 좋은 느낌이 든다.Reference
이 문제에 관하여(Mac에서 zsh 및 prezto 설치 작업 로그), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tukanpo/items/c845b7d34227c9d31cff텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)