1
0
Fork 0
mirror of synced 2024-05-26 20:11:09 -04:00
This commit is contained in:
Justin Coffman 2022-07-22 00:15:52 +03:00 committed by GitHub
commit fa4de2f7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ existing `~/.tmux.conf` first)
``` ```
$ cd $ 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 $ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local . $ cp .tmux/.tmux.conf.local .
``` ```