Skip to content

A Powershell script for both MacOS and Windows to install SpotX and Spicetify

Notifications You must be signed in to change notification settings

yodaluca23/SpotX-Spicetify-Universal-Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

SpotX-Spicetify-Universal-Installer

This script installs and configures Spotify with SpotX and Spicetify on both Windows and macOS (Linux kind of Beta, doesn't really work right now) systems. Follow the instructions below to run the script on your respective operating system.

Prerequisites

MacOS

  1. Install PowerShell 7 with Homebrew:
    brew install PowerShell
    

Windows

  1. Install PowerShell 7 with winget:
    winget install --id Microsoft.Powershell --source winget
    

Running the Script

  1. Open PowerShell 7.
  2. Run the following command:
    iex "& { $(iwr -useb 'https://raw.githubusercontent.com/yodaluca23/SpotX-Spicetify-Universal-Installer/main/Installer.ps1') }"
    

Parameters

  • -clean: This parameter performs a clean install of Spotify, first uninstalling it and then running the main patching scripts.

Example

To run the script with the -clean parameter:

iex "& { $(iwr -useb 'https://raw.githubusercontent.com/yodaluca23/SpotX-Spicetify-Universal-Installer/main/Installer.ps1') } -clean"

Scripts Used

Windows

macOS/Linux

Credits

This script combines the work of various authors to provide an all-in-one solution. Credits for the original scripts go to:

This script simply combines their work into a unified installation process. All credit goes to the original authors.

Earlier Revisions

Previous versions of this script are available here.

About

A Powershell script for both MacOS and Windows to install SpotX and Spicetify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published