mirror of
1
0
Fork 0

updated installation instructions, closes #348

This commit is contained in:
Gregory Pakosz 2020-09-06 20:32:13 +02:00
parent c1a8b62893
commit 450d3362b5
1 changed files with 11 additions and 1 deletions

View File

@ -25,9 +25,19 @@ $ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local .
```
💡 You can clone the repository anywhere you want, provided you create the
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
$ ln -s -f /path/to/oh-my-tmux/.tmux.conf ~/.tmux.conf
$ cp /path/t/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local
```
Then proceed to [customize] your `~/.tmux.conf.local` copy.
[customize]: #enabling-the-powerline-look
[customize]: #configuration
If you're a Vim user, setting the `$EDITOR` environment variable to `vim` will
enable and further customize the vi-style key bindings (see tmux manual).