Skip to content

Instantly share code, notes, and snippets.

@openam
Forked from tsabat/zsh.md
Last active August 29, 2015 14:18
Show Gist options
  • Select an option

  • Save openam/a39f53bf074854775802 to your computer and use it in GitHub Desktop.

Select an option

Save openam/a39f53bf074854775802 to your computer and use it in GitHub Desktop.

Prereq:

apt-get install zsh
apt-get install git-core

Install oh-my-zsh.

# via curl
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh

# via wget
wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh

and then you change your shell to zsh

chsh -s `which zsh`

and then restart

sudo shutdown -r 0

This problem is explained in depth in this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment