From 1d73701c580877458dd6427c3200b7b672d6ec68 Mon Sep 17 00:00:00 2001 From: Justin Coffman Date: Mon, 18 Oct 2021 09:02:23 -0400 Subject: [PATCH] Update README with git clone depth limitation Limiting the git clone operation to only the most recent iteration keeps the user's local copy as small as possible. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84263e5..0381549 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ existing `~/.tmux.conf` first) ``` $ cd -$ git clone https://github.com/gpakosz/.tmux.git +$ git clone --depth 1 https://github.com/gpakosz/.tmux.git $ ln -s -f .tmux/.tmux.conf $ cp .tmux/.tmux.conf.local . ```