From 450d3362b5a6574df0ca7e542a9f3aa99e73e5b3 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 6 Sep 2020 20:32:13 +0200 Subject: [PATCH] updated installation instructions, closes #348 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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).