From a773acc35891bea297c98505fc2e9026794d3e6d Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 3 Nov 2019 18:19:51 +0500 Subject: Updates. --- install.conf.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'install.conf.yaml') diff --git a/install.conf.yaml b/install.conf.yaml index 8bae2f8..a38c923 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -31,10 +31,17 @@ ~/.config/youtube-dl: files/.config/youtube-dl ~/.config/xfce4/terminal: files/.config/xfce4/terminal -- create: - - ~/.z - - 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 + stderr: true + - + command: '[ -n "$ZSH_VERSION" ] || chsh -s $(which zsh)' + description: Making zsh the default shell + stdin: true + stdout: true + stderr: true -- cgit v1.2.3