Skip to content

Instantly share code, notes, and snippets.

@satetheus
Created September 14, 2023 17:02
Show Gist options
  • Save satetheus/ff603ced18a7fde8dbc54602f3d15d07 to your computer and use it in GitHub Desktop.
Save satetheus/ff603ced18a7fde8dbc54602f3d15d07 to your computer and use it in GitHub Desktop.
windows-spicetify-setup
iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/install.ps1" | Invoke-Expression
spicetify config experimental_features 1
spicetify upgrade
spicetify backup apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment