1
0
Fork 0
mirror of synced 2025-01-08 06:22:13 -05:00

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.
This commit is contained in:
Justin Coffman 2021-10-18 09:02:23 -04:00 committed by GitHub
parent 18775e12a4
commit 1d73701c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 .
```