6 lines
125 B
Bash
Executable file
6 lines
125 B
Bash
Executable file
rm -rf themes
|
|
mkdir themes
|
|
cd themes
|
|
git clone --depth=1 https://github.com/clente/hugo-bearcub.git
|
|
rm -rf */.git*
|
|
git add .
|