SHOW:
|
|
- or go back to the newest paste.
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 |