Matej Focko
edfdaef321
- Merge playerctl and flameshot into one - Move shell packages to separate role Signed-off-by: Matej Focko <matej.focko@outlook.com>
12 lines
213 B
YAML
12 lines
213 B
YAML
---
|
|
- name: Set default shell and generate SSH key
|
|
become: yes
|
|
become_method: sudo
|
|
user:
|
|
name: mfocko
|
|
shell: /bin/zsh
|
|
|
|
- include: nvim.yml
|
|
- include: emacs.yml
|
|
- include: zsh.yml
|
|
- include: tmux.yml
|