diff options
| author | Anton Bobov <anton@bobov.name> | 2023-08-13 19:36:16 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-08-13 19:36:16 +0500 |
| commit | c08d4414e745ac68902d45e1ba6f43478e14e723 (patch) | |
| tree | 2334fc0d96d3556e58149d51112f361d66c7b759 /install.conf.yaml | |
| parent | e4fdb888ed62c2b38210e390d2459f3a0af6f606 (diff) | |
Updates
Diffstat (limited to 'install.conf.yaml')
| -rw-r--r-- | install.conf.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
