Skip to content

Instantly share code, notes, and snippets.

@pironim
Last active December 17, 2015 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pironim/5687716 to your computer and use it in GitHub Desktop.
Save pironim/5687716 to your computer and use it in GitHub Desktop.
Install zsh
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