mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 10:25:39 +00:00
35 lines
511 B
YAML
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
|