Last active
October 6, 2022 23:22
-
-
Save CodaBool/62561f8e915c9bf09f8e61cc2fcc4f62 to your computer and use it in GitHub Desktop.
Spicetify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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