From c08d4414e745ac68902d45e1ba6f43478e14e723 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 13 Aug 2023 19:36:16 +0500 Subject: Updates --- install.conf.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'install.conf.yaml') diff --git a/install.conf.yaml b/install.conf.yaml index cca988c..20f1d22 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -52,4 +52,10 @@ - shell: - [git submodule update --init --recursive, Installing submodules] - - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins] + - command: | + ~/.tmux/plugins/tpm/bin/install_plugins + ~/.tmux/plugins/tpm/bin/update_plugins all + description: Installing tmux plugins + - command: vim -E +PlugInstall +PlugUpdate +qa + description: Install vim plugins + stdin: true -- cgit v1.2.3