Add Homebrew instructions
This commit is contained in:
parent
99469c4a9b
commit
03c901a4ce
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue