Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 3.29 KB

README.md

File metadata and controls

40 lines (32 loc) · 3.29 KB

WindowsSpotifyLinux

spicetify-install-script

This is a one-click, automatic set-up, one size fits all script that installs and configures Spicetify and extensions.

Open PowerShell/Terminal and paste the following commands.
This will run the scripts from GitHub without having to download them:

Windows (PowerShell):

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Aluulu/spicetify-install-script/main/InstallSpicetifyForWindows.ps1'))

Flatpak:

curl -fsSL https://raw.githubusercontent.com/Aluulu/spicetify-install-script/main/InstallSpicetifyForFlatpak.sh | sh

How the script works

Installation of Spicetify

The script works by utilising the installation script found on the offical Spicetify website. This downloads and installs spicetify to your system.
The script for Windows is: https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1
The script for Flatpak is: https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh
The home page of said script here found here: https://spicetify.app/docs/advanced-usage/installation

Afterwards the script will configure any nessesary settings. For example, setting the preference path in Flatpak, or configuring the Spicetify colour.

Installation of Extensions

The extensions this script will install are: FullAppDisplay, Reddit, and Lyrics Plus.
FullAppDisplay is an extension that adds an button to fully display Spotify with a minimal album cover art display with a beautiful blur effect background. FullAppDisplay extension example image The Reddit app fetches posts from any Spotify link sharing subreddit and puts them in a simple and easy to use method of browsing. The Reddit App extension example image Lyrics Plus is an extentsion that provides real-time lyrics to your favourite songs. Lyrics Plus applcation extention image

Additional notes

Have any questions? Message me here on GitHub.
Have an issue with the script? Open a ticket here:
Have a way to improve this script? Why not contribute here: