Skip to content

Commit

Permalink
Updating README to show people how to change their default shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyrussell committed Aug 31, 2009
1 parent fe8f83c commit 95f32b4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.textile
Expand Up @@ -6,11 +6,17 @@ h2. Setup

1. Clone the repository

@git clone git://github.com/robbyrussell/oh-my-zsh.git@
@git clone git://github.com/robbyrussell/oh-my-zsh.git@

2. Symlink the zsh config with: @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@
2. Symlink the zsh config with:

3. Start / restart zsh (open a new terminal is easy enough..)
@ln -s ~/oh-my-zsh/zshrc ~/.zshrc@

3. Set zsh as your default shell:

@chsh -s /bin/zsh@

4. Start / restart zsh (open a new terminal is easy enough..)

h3. Problems?

Expand Down

0 comments on commit 95f32b4

Please sign in to comment.