-
download latest source from https://sourceforge.net/projects/zsh/files/latest/download?source=files
-
extract
tar -xf zsh-x.y.tar.gz
-
configure
./configure --prefix=/usr --bindir=/bin
-
make
-
sudo make install
-
add zsh into the default shells list
command -v zsh | sudo tee -a /etc/shells
-
make zsh the default shell sudo chsh -s $(which zsh)
Last active
June 25, 2016 21:19
-
-
Save lzhoucs/e3e311c4bfefa7b6984e2e1e1107a54c to your computer and use it in GitHub Desktop.
build latest zsh from source
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment