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
|
|
|
|
|
2020-10-17 13:23:29 +02:00
|
|
|
- name: Install Nord theme for Konsole
|
|
|
|
shell: wget -O ~/.local/share/konsole/nord.colorscheme https://raw.githubusercontent.com/arcticicestudio/nord-konsole/develop/src/nord.colorscheme
|
|
|
|
|
2020-10-11 15:09:15 +02:00
|
|
|
- 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
|