From 3a07bd7482f25e8de44f098dc8dc54f3d7b7e6f0 Mon Sep 17 00:00:00 2001 From: "Suraj N. Kurapati" Date: Tue, 3 Jul 2012 11:32:45 -0700 Subject: [PATCH] README: git clone --recursive installs submodules --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 006bf52d..c9cd91b3 100644 --- a/README.md +++ b/README.md @@ -13,24 +13,20 @@ version is 4.3.10. 1. Clone the repository: - git clone https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zsh + git clone --recursive https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zsh - 2. Initialize the submodules: - - cd ~/.oh-my-zsh && git submodule update --init --recursive - - 3. Create a new Zsh configuration by copying the Zsh configuration file + 2. Create a new Zsh configuration by copying the Zsh configuration file templates provided: for rcfile in ~/.oh-my-zsh/templates/z{shenv,shrc,login,logout}; do cp -f $rcfile ~/.$rcfile:t done - 4. Set Zsh as your default shell: + 3. Set Zsh as your default shell: chsh -s /bin/zsh - 5. Open a new Zsh terminal window or tab. + 4. Open a new Zsh terminal window or tab. ### Mac OS X