Mac에서 zsh 및 prezto 설치 작업 로그

1628 단어 PreztoMacZsh리눅스
이전 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 로 하면 좋은 느낌이 든다.

좋은 웹페이지 즐겨찾기