Migrated to ansible

This commit is contained in:
2024-04-02 00:59:42 +02:00
parent c53268e307
commit 0ccf6427f2
136 changed files with 5157 additions and 1407 deletions

19
roles/ags/tasks/main.yml Normal file
View File

@@ -0,0 +1,19 @@
---
- name: "[AGS] Install"
kewlfft.aur.aur:
name:
- aylurs-gtk-shell-git
use: paru
state: present
become: true
- name: "[AGS] Create config folder"
ansible.builtin.file:
mode: "0755"
path: "{{ ansible_user_dir }}/.config/ags"
state: directory
- name: "[AGS] Configure"
ansible.builtin.copy:
src: "./"
dest: "{{ ansible_user_dir }}/.config/ags"