ansible-role-system/tasks/ohmyzsh.yml

19 lines
371 B
YAML
Raw Normal View History

2021-04-10 22:11:19 +02:00
- name: oh my zsh
tags: ohmyzsh
2024-03-28 12:10:26 +01:00
diff: false
2021-04-10 22:11:19 +02:00
git:
repo: https://github.com/ohmyzsh/ohmyzsh
dest: /usr/share/oh-my-zsh
- name: oh my zsh theme
tags: ohmyzsh
copy:
src: nf.zsh-theme
dest: /usr/share/oh-my-zsh/custom/themes/nf.zsh-theme
- name: ".zshrc in user skeleton"
tags: ohmyzsh
template:
src: dotzshrc
dest: "/etc/skel/.zshrc"