excalith / excalith-start-page

Terminal-inspired, clean, feature-rich and customizable browser start page for geeks. Has built-in editor for customizing.
https://excalith-start-page.vercel.app
MIT License
568 stars 173 forks source link

Asset download ps #63

Closed excalith closed 9 months ago

excalith commented 9 months ago

Description of the Change

Added powershell script to allow Windows users download default assets and themes by running this code

# Modify the params as you wish
$params = @{
    # Set assets to false if you do not want to download the assets
    assets = $true

    # Add themes to the list if you want to download them
    themes = "bushido", "catppuccin-mocha", "onedark"
}

#================================
# Do not modify below this line
#================================

# Set script content
$scriptContent = (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/excalith/excalith-start-page/asset-download-ps/tools/download_assets.ps1').Content

# Construct a custom script block to handle parameters
$scriptBlock = [scriptblock]::Create("$scriptContent")

# Invoke the modified script with your parameters
& $scriptBlock @params

Possible Drawbacks

Effects nothing on the project

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
start-page ✅ Ready (Inspect) Visit Preview Jan 13, 2024 2:32pm