From aa89e3320b898b1bbff93155498e16764ef551d3 Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" <30903997+chanwutk@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:59:04 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd79dec..bcdb1ed 100644 --- a/README.md +++ b/README.md @@ -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 ```