dotfiles/playbooks/roles/shell/tasks/main.yml
Matej Focko 506bf94b4b
fix(shell): adjust name of the task
Signed-off-by: Matej Focko <me@mfocko.xyz>
2022-08-18 00:10:40 +02:00

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