# cd to the folder where your configuration.yaml is
mkdir -p www/themes/ios-themes/
# Clones this repo to tmp
git clone https://github.com/basnijholt/lovelace-ios-themes.git tmp
# Copy all images to the puplic ios-themes folder
cp tmp/themes/*.jpg www/themes/ios-themes
# Replace the hacsfiles-path with local-path and create the themes file
cat tmp/themes/ios-themes.yaml | sed 's#/hacsfiles#/local#g' > themes/ios-themes.yaml
# Remove the cloned tmp-Folder
rm -rf tmp