WindowsからMacに移行中につき地道に環境構築中。 今回はzsh。ついでにPreztoを入れて、powerlineの設定まで確認してみます。 Zshのインストール $ brew install zsh zshの設定 /etc/shells の編集 # 末尾に追加 /usr/local/bin/zsh ~/.zshrc の作成 $ touch ~/.zshrc デフォルトのシェルを変更 $ chsh -s /usr/local/bin/zsh Preztoのインストール $ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" $ setopt EXTENDED_GLOB for rcfile in "${ZDOTDIR:-$HOME}"/.zprez