From 3d6b73cc8995584c17d77ad77ac2a440ac6fa754 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 29 Sep 2020 12:04:36 +0500 Subject: Reorder installation steps. --- 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 cf1220d..ec4b125 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -44,6 +44,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] - [chmod -R 0600 ~/.ssh/*] + - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins] + - [vim -c 'PluginInstall' +qall, Installing vim plugins] -- cgit v1.2.3