fetch.sh -> fetch-theme.sh

This commit is contained in:
Paul-Nicolas Madelaine (Stockly) 2024-09-23 10:41:24 +02:00
parent dd46d5d762
commit 74266214df

7
fetch-theme.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
rm -rf themes
mkdir themes
cd themes
curl -L "https://github.com/adityatelange/hugo-papermod/tarball/master" | tar -zx
mv "$(ls)" papermod