qusal/salt/utils/tools/zsh/touch-zshrc.sls

17 lines
394 B
Plaintext
Raw Normal View History

2023-11-13 09:33:28 -05:00
{#
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
# zsh complains if there is no .zshrc when.
# Only useful if not using the dotfiles but installing zsh.
"{{ slsdotpath }}-touch-home-zshrc":
file.touch:
- name: /home/user/.zshrc
"{{ slsdotpath }}-touch-skel-zshrc":
file.touch:
- name: /etc/skel/.zshrc