update gtk-theme-collections
This commit is contained in:
parent
32c443ef73
commit
a7ea34382c
@ -1 +1 @@
|
|||||||
61eb4bc0-dbac-49a9-acf3-0a193db15581
|
61cfb34a-4754-4da2-848f-47182f39a2b5
|
@ -1 +1 @@
|
|||||||
33071052-02ea-418e-bed0-11b117c5b055
|
85422fd6-0767-4816-b1fd-9aafad5f968a
|
@ -1 +1 @@
|
|||||||
b5811385-de1f-4ee1-a84b-47443493b940
|
b207becd-cd15-4998-88f7-a9168189ba41
|
14
helpers/install_gtk-theme-collections.sh
Normal file
14
helpers/install_gtk-theme-collections.sh
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
GTK_THEMES_DIR="$HOME/.themes"
|
||||||
|
|
||||||
|
if [[ ! -d "$GTK_THEMES_DIR" ]]; then
|
||||||
|
mkdir -p "$GTK_THEMES_DIR"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ ! -d "$GTK_THEMES_DIR/gtk-theme-collections" ]]; then
|
||||||
|
git clone https://github.com/addy-dclxvi/gtk-theme-collections.git "$GTK_THEMES_DIR/gtk-theme-collections"
|
||||||
|
else
|
||||||
|
git -C "$GTK_THEMES_DIR/gtk-theme-collections" pull
|
||||||
|
fi
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
- shell:
|
- shell:
|
||||||
- [
|
- command: '/bin/bash -c helpers/install_gtk-theme-collections.sh'
|
||||||
git clone https://github.com/addy-dclxvi/gtk-theme-collections ~/.themes,
|
description: Get GTK themes
|
||||||
"Installing GTK themes."
|
stderr: true
|
||||||
]
|
stdout: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user