From 03c901a4ce86d8799a9324805b7c9f8f4ef04a7c Mon Sep 17 00:00:00 2001 From: Elijah Lynn Date: Tue, 27 Jun 2023 18:49:53 -0700 Subject: [PATCH] Add Homebrew instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2371863..0161986 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ set -g @plugin 'tmux-plugins/tmux-sensible' run '~/.tmux/plugins/tpm/tpm' ``` +Homebrew users need to set PATH before the `run` command: +``` +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin" +run '~/.tmux/plugins/tpm/tpm' +``` + Reload TMUX environment so TPM is sourced: ```bash