mirror of
1
0
Fork 0

Update README.md

This commit is contained in:
Chanwut (Mick) Kittivorawong 2022-11-03 16:59:04 -07:00 committed by GitHub
parent fa601ed607
commit aa89e3320b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ existing `~/.tmux.conf` first)
```
$ cd
$ git clone https://github.com/gpakosz/.tmux.git
$ git clone https://github.com/chanwutk/tmux-config.git
$ ln -s -f .tmux/.tmux.conf
$ 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:
```
$ git clone https://github.com/gpakosz/.tmux.git /path/to/oh-my-tmux
$ git clone https://github.com/chanwutk/tmux-config.git /path/to/oh-my-tmux
$ ln -s -f /path/to/oh-my-tmux/.tmux.conf ~/.tmux.conf
$ cp /path/to/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local
```