diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-11-03 23:30:02 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-11-03 23:30:02 +0500 |
| commit | c29132c85fbb9fff5ddc7fb406d07df16e7ce8f8 (patch) | |
| tree | b3ec17c099671d706c1ddb997da129a21e1c7fd1 /install.conf.yaml | |
| parent | d8c0ffec1cdf647df920749a04aedeed314ab226 (diff) | |
Install packages before they use.
Diffstat (limited to 'install.conf.yaml')
| -rw-r--r-- | install.conf.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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] |
