14 lines
310 B
YAML
14 lines
310 B
YAML
---
|
|
- name: (Arch) Installing packages around zsh
|
|
community.general.pacman:
|
|
name:
|
|
- zsh
|
|
- zsh-completions
|
|
- zsh-autosuggestions
|
|
- zsh-syntax-highlighting
|
|
- zsh-history-substring-search
|
|
- zsh-theme-powerlevel10k
|
|
state: present
|
|
update_cache: true
|
|
become: true
|