dotfiles/playbooks/roles/shell/tasks/main.yml
Matej Focko 6f2a6653ff
Add alacritty
Closes #26

Signed-off-by: Matej Focko <mfocko@redhat.com>
2021-01-26 22:53:21 +01:00

16 lines
431 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
- include: alacritty.yml