mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Add Homebrew instructions
This commit is contained in:
parent
99469c4a9b
commit
03c901a4ce
@ -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 New Issue
Block a user