Skip to content

Instantly share code, notes, and snippets.

@kamwing
Forked from wenzowski/zsh.md
Created October 27, 2012 03:42
Show Gist options
  • Save kamwing/3962864 to your computer and use it in GitHub Desktop.
Save kamwing/3962864 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