ewfm/populate.sh

14 lines
310 B
Bash

#!/bin/sh
git clone https://git.colean.cc/ewfm-themes
mkdir themes
mv ewfm-themes/linear/* themes/
mv ewfm-themes/3box/* themes/
mv ewfm-themes/roundbox/* themes/
mv ewfm-themes/other/* themes/
mv ewfm-themes/LICENSE themes/STANDARD-LICENSE
mv ewfm-themes/README themes/STANDARD-README
rm -rf ewfm-themes/