From ca9fbdb71590d180c3db9640c192f1d58f76f81d Mon Sep 17 00:00:00 2001 From: xHyroM Date: Mon, 14 Aug 2023 09:54:52 +0200 Subject: [PATCH] add script for installing theme --- .themes/Flat-Remix-GTK-Violet-Dark/run.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .themes/Flat-Remix-GTK-Violet-Dark/run.sh diff --git a/.themes/Flat-Remix-GTK-Violet-Dark/run.sh b/.themes/Flat-Remix-GTK-Violet-Dark/run.sh new file mode 100755 index 0000000..a612470 --- /dev/null +++ b/.themes/Flat-Remix-GTK-Violet-Dark/run.sh @@ -0,0 +1,3 @@ +git clone https://github.com/daniruiz/flat-remix-gtk flat-remix-gtk +mv flat-remix-gtk/themes/Flat-Remix-GTK-Violet-Dark . +rm flat-remix-gtk -rf