Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Created June 9, 2016 03:12
Show Gist options
  • Save taisyo7333/ef93d2c17b090bf43a84a066ebb3f845 to your computer and use it in GitHub Desktop.
Save taisyo7333/ef93d2c17b090bf43a84a066ebb3f845 to your computer and use it in GitHub Desktop.
zsh環境構築

http://www.geeks-dev.com/zsh-%E3%81%AE%E7%92%B0%E5%A2%83%E6%8F%83%E3%81%88%E3%82%8B%E3%81%AE%E3%81%AB%E7%96%B2%E3%82%8C%E3%81%9F%E3%82%89-prezto-%E3%81%8C%E3%82%AA%E3%82%B9%E3%82%B9%E3%83%A1/

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環境の方は不要
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment