Skip to content

Instantly share code, notes, and snippets.

@ksomemo
Created December 2, 2013 03:00
Show Gist options
  • Select an option

  • Save ksomemo/7744334 to your computer and use it in GitHub Desktop.

Select an option

Save ksomemo/7744334 to your computer and use it in GitHub Desktop.
#!/bin/sh
wget http://sourceforge.net/projects/zsh/files/zsh/5.0.0/zsh-5.0.0.tar.gz/download
tar zxvf zsh-5.0.0.tar.gz
cd zsh-5.0.0
./configure
make
sudo make install
chsh -s `which zsh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment