Added utility script to install WhiteSur firefox theme

This commit is contained in:
datalore 2024-07-28 17:10:31 +02:00
parent 401e3bab20
commit 7d8dd03d45

8
user/whitesur-firefox.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
cd /tmp
git clone --depth=1 https://github.com/vinceliuice/WhiteSur-firefox-theme
cd WhiteSur-firefox-theme
./install.sh
cd ..
rm -rf WhiteSur-firefox-theme