Update readme installation instruction
This commit is contained in:
parent
8609c23ffe
commit
66b33fb006
1 changed files with 5 additions and 5 deletions
|
@ -24,14 +24,14 @@ are required):
|
||||||
set -g @tpm_plugins " \
|
set -g @tpm_plugins " \
|
||||||
bruno-/tpm \
|
bruno-/tpm \
|
||||||
bruno-/tmux_battery_osx \
|
bruno-/tmux_battery_osx \
|
||||||
# Examples:
|
"
|
||||||
|
# Other examples:
|
||||||
# github_username/plugin_name \
|
# github_username/plugin_name \
|
||||||
# git@github.com/user/plugin \
|
# git@github.com/user/plugin \
|
||||||
# git@bitbucket.com/user/plugin \
|
# git@bitbucket.com/user/plugin \
|
||||||
"
|
|
||||||
|
|
||||||
# initializes TMUX plugin manager
|
# initializes TMUX plugin manager
|
||||||
run-shell ~/.tmux/plugins/tpm/tpm.sh
|
run-shell ~/.tmux/plugins/tpm/tpm
|
||||||
|
|
||||||
Reload TMUX environment so TPM is sourced:
|
Reload TMUX environment so TPM is sourced:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue