2020-10-11 15:09:15 +02:00
|
|
|
---
|
|
|
|
- name: Set default shell and generate SSH key
|
2020-10-11 20:32:35 +02:00
|
|
|
become: yes
|
|
|
|
become_method: sudo
|
2020-10-11 15:09:15 +02:00
|
|
|
user:
|
|
|
|
name: mfocko
|
|
|
|
shell: /bin/zsh
|
|
|
|
|
|
|
|
- include: nvim.yml
|
2020-10-11 17:11:52 +02:00
|
|
|
- include: emacs.yml
|
2020-10-11 15:09:15 +02:00
|
|
|
- include: zsh.yml
|
2020-10-11 20:32:35 +02:00
|
|
|
- include: tmux.yml
|