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.
- Install PowerShell 7 with Homebrew:
brew install PowerShell
- Install PowerShell 7 with winget:
winget install --id Microsoft.Powershell --source winget
- Open PowerShell 7.
- Run the following command:
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/yodaluca23/SpotX-Spicetify-Universal-Installer/main/Installer.ps1') }"
-clean
: This parameter performs a clean install of Spotify, first uninstalling it and then running the main patching scripts.
To run the script with the -clean
parameter:
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/yodaluca23/SpotX-Spicetify-Universal-Installer/main/Installer.ps1') } -clean"
- Uninstall Spotify: Uninstall-Spotify.bat
- SpotX Installation: Install_New_theme.bat
- Spicetify Installation: install.ps1
- Uninstall Spotify: uninstallify.sh
- SpotX Installation: run.sh
- Spicetify Installation: install.sh
This script combines the work of various authors to provide an all-in-one solution. Credits for the original scripts go to:
- Uninstall Spotify (Windows): amd64fox
- SpotX Installation (Windows): SpotX-Official
- Spicetify Installation (Windows): spicetify
- Uninstall Spotify (macOS/Linux): jetfir3
- SpotX Installation (macOS/Linux): SpotX-Official
- Spicetify Installation (macOS/Linux): spicetify
This script simply combines their work into a unified installation process. All credit goes to the original authors.
Previous versions of this script are available here.