Skip to content

Instantly share code, notes, and snippets.

@wenzowski
Created October 1, 2012 07:59
Show Gist options
  • Save wenzowski/3810188 to your computer and use it in GitHub Desktop.
Save wenzowski/3810188 to your computer and use it in GitHub Desktop.
Oh my zsh in Ubuntu 12.04

Getting zsh to work in ubuntu:

Install zsh

sudo apt-get install zsh

nb. on a Vagrant VM, the default user (vagrant) has password vagrant.

Install oh-my-zsh

wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

Change shell to zsh

chsh -s `which zsh`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment