spark/roles/base/tasks/shell.yml
2025-04-11 15:30:59 -07:00

35 lines
511 B
YAML

---
- name: Install Bash
pacman:
name:
- bash
- bash-completion
state: present
tags:
- shell
- name: Install ZSH
pacman:
name:
- zsh
- zsh-completions
state: present
tags:
- shell
- name: Install Starship
pacman:
name:
- ttf-nerd-fonts-symbols-mono
- starship
state: present
tags:
- shell
- name: Install zsh-antidote
kewlfft.aur.aur:
name: zsh-antidote
become: yes
become_user: "{{ aur.user }}"
tags:
- aur