Skip to content

Instantly share code, notes, and snippets.

@CodaBool
Last active October 6, 2022 23:22
Show Gist options
  • Save CodaBool/62561f8e915c9bf09f8e61cc2fcc4f62 to your computer and use it in GitHub Desktop.
Save CodaBool/62561f8e915c9bf09f8e61cc2fcc4f62 to your computer and use it in GitHub Desktop.
Spicetify
# Install Spotify
# https://spotify.en.uptodown.com/windows/versions
# Install Spicetify CLI
# iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex
# git clone https://github.com/spicetify/spicetify-themes.git
# cd spicetify-themes
# cp * "$(spicetify -c | Split-Path)\Themes\" -Recurse
cd "$(spicetify -c | Split-Path)\Themes\Dribbblish"
Copy-Item dribbblish.js ..\..\Extensions
spicetify config extensions dribbblish.js
spicetify config current_theme Dribbblish color_scheme lunar
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify config custom_apps reddit
spicetify config custom_apps new-releases
spicetify apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment