Added utility script to install WhiteSur firefox theme
This commit is contained in:
8
user/whitesur-firefox.sh
Normal file
8
user/whitesur-firefox.sh
Normal 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
|
Reference in New Issue
Block a user