diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-11-03 18:19:51 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-11-03 19:00:23 +0500 |
| commit | a773acc35891bea297c98505fc2e9026794d3e6d (patch) | |
| tree | b3166a18945ec71cfefa4b3d24fde5bd738cd022 /install.conf.yaml | |
| parent | 2f04972b505a9e512cb7e33223ac39b9c3f5291d (diff) | |
Updates.
Diffstat (limited to 'install.conf.yaml')
| -rw-r--r-- | install.conf.yaml | 13 |
1 files changed, 10 insertions, 3 deletions
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 |
