Advertisement
kyroskoh

Spicetify V2.2.2+ Installation

Jul 3rd, 2021
2,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Add-Type -AssemblyName PresentationFramework
  2. Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression
  3. spicetify
  4. spicetify backup apply enable-devtool
  5. [System.Windows.MessageBox]::Show('Please drag the themes into the themes folder located at | C:\Users\YourUserName\.spicetify\Themes |')
  6. spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
  7. spicetify apply
  8. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement