This commit is contained in:
parent
5757f9ac88
commit
9a13a4a3f4
|
@ -61,6 +61,7 @@
|
|||
when: has_content.stdout_lines | length == 0
|
||||
|
||||
- name: General Changes | Copy wallpapers to ~/Pictures
|
||||
become: yes
|
||||
copy:
|
||||
src: "{{ home_directory }}/Downloads/update-xfce-bigsur/wallpapers"
|
||||
dest: "{{ home_directory }}/Pictures"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
update_cache: yes
|
||||
|
||||
- name: Theme-icons-cursor-fonts | clone WhiteSur-gtk-theme
|
||||
become: yes
|
||||
git:
|
||||
repo: "{{ whitesur_gtk_theme_git }}"
|
||||
dest: "{{ home_directory }}/Downloads/WhiteSur-gtk-theme"
|
||||
|
@ -20,6 +21,7 @@
|
|||
cmd: "cd {{ home_directory }}/Downloads/WhiteSur-gtk-theme && ./install.sh -c dark -c light"
|
||||
|
||||
- name: Theme-icons-cursor-fonts | clone WhiteSur-icon-theme
|
||||
become: yes
|
||||
git:
|
||||
repo: "{{ whitesur_icon_theme_git }}"
|
||||
dest: "{{ home_directory }}/Downloads/WhiteSur-icon-theme"
|
||||
|
@ -30,6 +32,7 @@
|
|||
cmd: "cd {{ home_directory }}/Downloads/WhiteSur-icon-theme && ./install.sh"
|
||||
|
||||
- name: Theme-icons-cursor-fonts | clone WhiteSur-cursors
|
||||
become: yes
|
||||
git:
|
||||
repo: "{{ whitesur_cursors_git }}"
|
||||
dest: "{{ home_directory }}/Downloads/WhiteSur-cursors"
|
||||
|
|
Loading…
Reference in New Issue
Block a user