diff --git a/README.md b/README.md index 470007d..2b4c069 100644 --- a/README.md +++ b/README.md @@ -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).