dotfiles/playbooks/roles/shell/tasks/main.yml

17 lines
431 B
YAML
Raw Normal View History

---
- 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