From 81f6289374e0e0b3ee03e5b394f54bc5ed14b439 Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Mon, 24 Mar 2025 08:31:38 +0000 Subject: [PATCH] Doc on installing tmux plugins via script --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 9606cfe..0850f96 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -67,6 +67,7 @@ configure_vim() { configure_tmux() { echo "run tmux, prefix + I installs all plugins (needs to have proxies set)" + echo "export proxies and run $HOME/.tmux/plugins/tpm/bin/install_plugins all" }