6 lines
131 B
Bash
6 lines
131 B
Bash
|
rm -rf themes
|
||
|
mkdir themes
|
||
|
git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
|
||
|
rm -rf themes/LoveIt/.git
|
||
|
git add themes
|