diff options
| author | Anton Bobov <abobov@gmail.com> | 2020-09-29 12:04:36 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2020-09-29 12:04:36 +0500 |
| commit | 3d6b73cc8995584c17d77ad77ac2a440ac6fa754 (patch) | |
| tree | a08baee1236899583bf19637cfa366035b1f1871 /install.conf.yaml | |
| parent | 7d9b6979ae2ddacf13d0489ecdba80e3e4215077 (diff) | |
Reorder installation steps.
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 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] |
