diff options
| -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] |
