added plugins

This commit is contained in:
Tobias Maier
2021-10-23 18:31:31 +02:00
parent 3fe553675b
commit 16ada0d19e

View File

@@ -66,9 +66,9 @@
become_user: aur_builder
- name: Install packages
- name: Install packages from AUR
community.general.pacman:
name: oh-my-zsh-git,zsh-theme-powerlevel10k-git
name: oh-my-zsh-git,zsh-theme-powerlevel10k-git,zsh-autosuggestions,zsh-syntax-highlighting
state: present
executable: paru
become: yes
@@ -94,5 +94,9 @@
owner: tobi
group: tobi
mode: '0644'
- name: Create .cache directory
file:
path: /home/tobi/.cache/
state: directory