dotfiles/meta/tasks/zsh.yaml

7 lines
154 B
YAML
Raw Normal View History

2020-03-15 15:21:28 +01:00
- shell:
2021-07-02 15:26:43 +02:00
- command: '/usr/bin/env bash -c helpers/install_zsh.sh'
description: Installation of zsh configuration
2021-02-21 01:15:09 +01:00
stderr: true
2020-03-15 15:21:28 +01:00
stdout: true
2021-02-21 01:15:09 +01:00