ewfm/populate.sh

14 lines
317 B
Bash

#!/bin/sh
git clone https://gitlab.com/threeoh6000/ewfm-themes.git
mv ewfm-themes/ themes/
mv themes/linear/* themes/
mv themes/3box/* themes/
mv themes/roundbox/* themes/
mv themes/LICENSE themes/STANDARD-LICENSE
mv themes/README themes/STANDARD-README
rm -r themes/3box
rm -r themes/linear
rm -r themes/roundbox