1
0
Fork 0
mirror of synced 2025-03-13 01:11:01 -04:00

Updated Installing plugins via the command line only (markdown)

Bruno Sutic 2015-06-17 18:41:38 +02:00
parent bb75062848
commit d3ea6fceb7

@ -10,11 +10,9 @@ This is the equivalent of pressing `prefix + I`.
To install the plugins when `tmux` is not even started (for example in a provisioning script):
# start a server but don't attach to it
tmux start-server
# create a new session but don't attach to it either
# start tmux and create a session but don't attach to it
tmux new-session -d
# install the plugins
~/.tmux/plugins/tpm/scripts/install_plugins.sh
# killing the server is not required
tmux kill-server
tmux run "~/.tmux/plugins/tpm/scripts/install_plugins.sh"
# killing the session is not required
tmux kill-session