From 1ab601f6f97ec8386dec583a6f7ca55c66b59c2b Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 11 Dec 2021 15:45:02 +0100 Subject: [PATCH] chore(tmux): add headless install for TMUX Plugin Manager --- .dotbot.conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 7d9b67a..f59e819 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -25,4 +25,5 @@ - shell: - [git submodule update --init --recursive, Installing submodules] + - [~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1, Installing tmux plugins] - [nvim --headless -c "lua lsp_install_sync()" -c "quitall"]