From c29132c85fbb9fff5ddc7fb406d07df16e7ce8f8 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 3 Nov 2019 23:30:02 +0500 Subject: Install packages before they use. --- install.conf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.conf.yaml') diff --git a/install.conf.yaml b/install.conf.yaml index a38c923..c24bab3 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -33,8 +33,6 @@ - shell: - [git submodule update --init --recursive, Installing submodules] - - [vim -c 'PluginInstall' +qall, Installing vim plugins] - - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins] - command: xargs -a packages.debian sudo apt-get install -y description: Installing packages @@ -45,3 +43,5 @@ stdin: true stdout: true stderr: true + - [vim -c 'PluginInstall' +qall, Installing vim plugins] + - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins] -- cgit v1.2.3