dotfiles/playbooks/roles/shell/tasks/main.yml
Matej Focko c52ced59e5
Install Nord for Konsole by default
Closes #22

Signed-off-by: Matej Focko <me@mfocko.xyz>
2020-10-17 13:23:29 +02:00

15 lines
402 B
YAML

---
- name: Set default shell and generate SSH key
become: yes
become_method: sudo
user:
name: mfocko
shell: /bin/zsh
- 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
- include: nvim.yml
- include: emacs.yml
- include: zsh.yml
- include: tmux.yml