zsh #既に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
chsh -s /bin/zsh #既にzsh環境の方は不要
Created
June 9, 2016 03:12
-
-
Save taisyo7333/ef93d2c17b090bf43a84a066ebb3f845 to your computer and use it in GitHub Desktop.
zsh環境構築
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment