--- - 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