Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Created October 16, 2013 05:11
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 jansanchez/7002914 to your computer and use it in GitHub Desktop.
Save jansanchez/7002914 to your computer and use it in GitHub Desktop.
install zsh
# first
sudo apt-get install zsh
#
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
#
cp ~/.zshrc ~/.zshrc.orig
#
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
#
chsh -s /bin/zsh
# restart
https://raw.github.com/jansanchez/oh-my-zsh/master/themes/janvaljan.zsh-theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment