From f77e2c8e058d3767340ce8ab97a4d7596d7f5d31 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 28 Jan 2012 17:57:03 -0500 Subject: [PATCH] Updated the README with completion information. --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1eb0a3d9..e65dff8c 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,19 @@ version is 4.3.10. `git clone https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zsh` -2. Create a new Zsh configuration by copying the Zsh template provided: +2. Initialize the submodules: + + `git submodule update --init --recursive` + +3. Create a new Zsh configuration by copying the Zsh template provided: `cp ~/.oh-my-zsh/templates/zshrc.zsh ~/.zshrc` -3. Set Zsh as your default shell: +4. Set Zsh as your default shell: `chsh -s /bin/zsh` -4. Open a new Zsh terminal window or tab. +5. Open a new Zsh terminal window or tab. ### Mac OS X @@ -54,7 +58,7 @@ accompanying README files to learn of what is available. tab. ![sorin theme](http://i.imgur.com/aipDQ.png "sorin theme") -### Customization +## Customization The project is managed via [Git](http://git-scm.com). It is highly recommend that you commit your changes and push them to [GitHub](http://github.com) to @@ -62,6 +66,12 @@ not lose them. If you do not know how to use Git, follow this [tutorial](http://gitimmersion.com) and bookmark this [reference](http://gitref.org). +### Completions + +Submit program completions to the +[zsh-completions](https://github.com/zsh-users/zsh-completions) project. The Oh +My Zsh completions directory will be synched against it. + ## Resources The [Zsh Reference Card](http://www.bash2zsh.com/zsh_refcard/refcard.pdf) is