1
0
Fork 0
mirror of synced 2024-05-28 12:51:10 -04:00

change url to my tmux repo

This commit is contained in:
hyq5436 2020-11-22 18:47:20 +08:00 committed by GitHub
parent 8c342edc6f
commit 7fe7cb93b4
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 https://github.com/hyq5436/.tmux.git
$ ln -s -f .tmux/.tmux.conf $ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local . $ cp .tmux/.tmux.conf.local .
``` ```
@ -30,7 +30,7 @@ proper `~/.tmux.conf` symlink and you copy the `.tmux.conf.local` sample file in
your home directory: your home directory:
``` ```
$ git clone https://github.com/gpakosz/.tmux.git /path/to/oh-my-tmux $ git clone https://github.com/hyq5436/.tmux.git /path/to/oh-my-tmux
$ ln -s -f /path/to/oh-my-tmux/.tmux.conf ~/.tmux.conf $ ln -s -f /path/to/oh-my-tmux/.tmux.conf ~/.tmux.conf
$ cp /path/to/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local $ cp /path/to/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local
``` ```