Open ucan-lab opened 6 years ago
$ zsh
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
$ setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
vim ~/.zpreztorc
を編集する。
# Set the Prezto modules to load (browse modules).
# The order matters.
zstyle ':prezto:load' pmodule \
'environment' \
'terminal' \
'editor' \
'history' \
'directory' \
'spectrum' \
'utility' \
'completion' \
'syntax-highlighting' \
'autosuggestions' \
'prompt'
syntax-highlighting
, autosuggestions
を追加する。
~/.zpreztorc
テーマを pure
に書き換える。
# Set the prompt theme to load.
# Setting it to 'random' loads a random theme.
# Auto set to 'off' on dumb terminals.
zstyle ':prezto:module:prompt' theme 'pure'
~/.zpreztorc
に追記する。
#
# Nodejs
#
export PATH=$HOME/.nodebrew/current/bin:$PATH
zsh install
デフォルトシェルをzshに変更
chsh: /usr/local/bin/zsh: non-standard shell エラーが出た場合
デフォルトシェルをbashに戻したい場合