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