17 lines
357 B
YAML
17 lines
357 B
YAML
- name: oh my zsh
|
|
tags: ohmyzsh
|
|
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"
|