Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.37 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.37 KB

How to install the custom apps

Eternal Jukebox

  1. Run spicetify config-dir to open the spicetify folder
  2. Go to the CustomApps folder
  3. Create a eternal-jukebox folder
  4. Copy the files from the custom app's dist branch inside it.

Then, run the following commands:

spicetify config custom_apps eternal-jukebox
spicetify apply

Better local files

  1. Run spicetify config-dir to open the spicetify folder
  2. Go to the CustomApps folder
  3. Create a better-local-files folder
  4. Copy the files from the custom app's dist branch inside it.

Then, run the following commands:

spicetify config custom_apps better-local-files
spicetify apply

How to uninstall the custom apps

Eternal Jukebox

  1. Run spicetify config-dir to open the spicetify folder
  2. Go to the CustomApps folder
  3. Delete the eternal-jukebox folder

Then, run the following commands:

spicetify config custom_apps eternal-jukebox-
spicetify apply

Better local files

  1. Run spicetify config-dir to open the spicetify folder
  2. Go to the CustomApps folder
  3. Delete the better-local-files folder

Then, run the following commands:

spicetify config custom_apps better-local-files-
spicetify apply