summaryrefslogtreecommitdiff
path: root/tmux/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md
diff options
context:
space:
mode:
authorElizabeth <me@liz.coffee>2025-06-02 13:11:10 -0700
committerElizabeth <me@liz.coffee>2025-06-02 13:11:10 -0700
commitd098e94ad102da9d018acca72ca5a5c554d25a01 (patch)
treed6d23ee63ad5a1aa4017a605d9e09e75de2c5f49 /tmux/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md
parentede675866355d34ac9fdc1b8e047576f574bdfa2 (diff)
downloaddotfiles-d098e94ad102da9d018acca72ca5a5c554d25a01.tar.gz
dotfiles-d098e94ad102da9d018acca72ca5a5c554d25a01.zip
Update paths n stuff
Diffstat (limited to 'tmux/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md')
-rw-r--r--tmux/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md36
1 files changed, 0 insertions, 36 deletions
diff --git a/tmux/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md b/tmux/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md
deleted file mode 100644
index 7aefd7d..0000000
--- a/tmux/.tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md
+++ /dev/null
@@ -1,36 +0,0 @@
-# Managing plugins via the command line
-
-Aside from tmux key bindings, TPM provides shell interface for managing plugins
-via scripts located in [bin/](../bin/) directory.
-
-Tmux does not need to be started in order to run scripts (but it's okay if it
-is). If you [changed tpm install dir](../docs/changing_plugins_install_dir.md)
-in `.tmux.conf` that should work fine too.
-
-Prerequisites:
-
-- tmux installed on the system (doh)
-- `.tmux.conf` set up for TPM
-
-### Installing plugins
-
-As usual, plugins need to be specified in `.tmux.conf`. Run the following
-command to install plugins:
-
- ~/.tmux/plugins/tpm/bin/install_plugins
-
-### Updating plugins
-
-To update all installed plugins:
-
- ~/.tmux/plugins/tpm/bin/update_plugins all
-
-or update a single plugin:
-
- ~/.tmux/plugins/tpm/bin/update_plugins tmux-sensible
-
-### Removing plugins
-
-To remove plugins not on the plugin list:
-
- ~/.tmux/plugins/tpm/bin/clean_plugins