@echo off
cd %UserProfile%\Downloads
mkdir fastfetch
cd fastfetch
curl "https://github.com/fastfetch-cli/fastfetch/releases/latest/download/fastfetch-windows-amd64.zip" -o "fastfetch-windows-amd64.zip" -L
powershell -Command "Expand-Archive -Path 'fastfetch-windows-amd64.zip' -DestinationPath './'"
cls
fastfetch.exe