From 63ca88eaaecac6f764630666f018eddbd51cc047 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Fri, 10 Jul 2015 17:19:25 +0200 Subject: [PATCH] Destroyed Installing plugins via the command line only (markdown) --- ...alling-plugins-via-the-command-line-only.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Installing-plugins-via-the-command-line-only.md diff --git a/Installing-plugins-via-the-command-line-only.md b/Installing-plugins-via-the-command-line-only.md deleted file mode 100644 index 9192321..0000000 --- a/Installing-plugins-via-the-command-line-only.md +++ /dev/null @@ -1,18 +0,0 @@ -### From inside tmux - -When you have `tmux` running, plugins can be installed with the following command: - - ~/.tmux/plugins/tpm/scripts/install_plugins.sh - -This is the equivalent of pressing `prefix + I`. - -### From outside tmux - -To install the plugins when `tmux` is not even started (for example in a provisioning script): - - # start tmux and create a session but don't attach to it - tmux new-session -d - # install the plugins - tmux run "~/.tmux/plugins/tpm/scripts/install_plugins.sh" - # killing the session is not required - tmux kill-session \ No newline at end of file