- Download correct package for your OS: https://github.com/khanhas/spicetify-cli/releases
- Unpack
Extract zip package.
To use Spicetify, you can run spicetify.exe
directly with its path,
Or optionally add its directory to enviroment path so you can run spicetify
everywhere.
In terminal, run following commands:
cd ~/
mkdir spicetify
cd spicetify
tar xzf ~/Downloads/spicetify-xxx.tar.gz
With ~/Downloads/spicetify-xxx.tar.gz
is path to just downloaded package.
Optionally, run:
echo 'spicetify=~/spicetify/spicetify' >> .bashrc
so you can run spicetify
everywhere.
Run with no command once to generate config file
spicetify
Then:
spicetify backup
Finally:
spicetify apply
After changing theme colors and css, run apply
again
Is located at:
Windows: %userprofile%\.spicetify\config.ini
Linux and MacOS: ~/.spicetify/config.ini
There are 2 places you can put your themes:
Themes
folder in Home directory
Windows:%userprofile%\.spicetify\Themes\
Linux and MacOS:~/.spicetify/Themes/
Themes
folder in Spicetify executable directory
If there are 2 themes having same name, theme in Home directory is prioritized.
git clone https://github.com/khanhas/spicetify-cli
cd spicetify-cli
go build src/spicetify.go
[ ] Implement additional features
[ ] SASS
[ ] Watch theme files change and automatically apply
[ ] Inject extensions and custom apps