16 lines
410 B
YAML
16 lines
410 B
YAML
---
|
|
- name: Set default shell
|
|
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
|