From 9683752117347def8ef2e62e8bbd97fb5a170b6c Mon Sep 17 00:00:00 2001 From: Ivan Povalyukhin Date: Thu, 26 Mar 2015 17:26:16 -0700 Subject: [PATCH] [allow faster install] clone bash-it with depth=1 instead of whole git history - it allows to reduce install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1606a7a0..d903facd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Bash it provides a solid framework for using, developing and maintaining shell s ## Install -1. Check a clone of this repo: `git clone https://github.com/Bash-it/bash-it.git ~/.bash_it` +1. Check a clone of this repo: `git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it` 2. Run `~/.bash_it/install.sh` (it automatically backs up your `~/.bash_profile` or `~/.bashrc`, depends on your OS) 3. Edit your modified config (`~/.bash_profile` or `~/.bashrc`) file in order to customize bash it.