updated installation instructions to use ln -s -f
This commit is contained in:
parent
1503232773
commit
b422155422
1 changed files with 3 additions and 2 deletions
|
@ -13,12 +13,13 @@ Requirements:
|
|||
- tmux **`2.1+`** running inside Linux, Mac, OpenBSD or Cygwin
|
||||
- outside of tmux, `$TERM` must be set to `xterm-256color`
|
||||
|
||||
To install, run the following from your terminal:
|
||||
To install, run the following from your terminal: (you may want to backup your
|
||||
existing `~/.tmux.conf` first)
|
||||
|
||||
```
|
||||
$ cd
|
||||
$ git clone https://github.com/gpakosz/.tmux.git
|
||||
$ ln -s .tmux/.tmux.conf
|
||||
$ ln -s -f .tmux/.tmux.conf
|
||||
$ cp .tmux/.tmux.conf.local .
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue