From ee42e95395a862e7a11548a8c800d9a4629c6bea Mon Sep 17 00:00:00 2001 From: pg Date: Thu, 15 Dec 2022 13:09:24 +0100 Subject: [PATCH] =?UTF-8?q?fix=20symlinks=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2b291c..479b149 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug. git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm ln .tmux.conf ~/.tmux.conf tmux source ~/.tmux.conf -ln -s nvim/ ~/.config/nvim +ln -s ~/.pgr-linux-defaults/nvim/ ~/.config/nvim ``` Then press prefix + I to Install the Tmux Plugins