Last active
December 17, 2015 23:09
-
-
Save pironim/5687716 to your computer and use it in GitHub Desktop.
Install zsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Downloads | |
wget http://sourceforge.net/projects/zsh/files/zsh/5.0.2/zsh-5.0.2.tar.bz2/download -O zsh-5.0.2.tar.bz2 | |
tar zvjf zsh-5.0.2.tar.bz2 | |
cd zsh-5.0.2 | |
./Util/preconfig | |
./configurea | |
make | |
make check | |
sudo make inststall | |
chsh -s /usr/bin/zsh opensuse | |
Follow instructions here to make it better: | |
https://github.com/robbyrussell/oh-my-zsh | |
change theme in .zshrc to gnzh | |
You can disable oh-my-zsh updates with DISABLE_AUTO_UPDATE=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment