diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-14 15:42:20 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-14 15:42:20 +1000 |
| commit | b5a91d3ca57d1369d0b7b502112c4b4c9849d26c (patch) | |
| tree | 8ea45e54e0b0c826f65f54ebf82e41cb68163221 /install/spicetify.fish | |
| parent | feat: impl pip subcommand (diff) | |
| download | caelestia-cli-b5a91d3ca57d1369d0b7b502112c4b4c9849d26c.tar.gz caelestia-cli-b5a91d3ca57d1369d0b7b502112c4b4c9849d26c.tar.bz2 caelestia-cli-b5a91d3ca57d1369d0b7b502112c4b4c9849d26c.zip | |
internal: remove all legacy fish scripts
Diffstat (limited to 'install/spicetify.fish')
| -rwxr-xr-x | install/spicetify.fish | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/install/spicetify.fish b/install/spicetify.fish deleted file mode 100755 index 912371b..0000000 --- a/install/spicetify.fish +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env fish - -. (dirname (status filename))/util.fish - -install-deps git spicetify-cli spicetify-marketplace-bin - -set -l dist $C_DATA/spicetify - -# Clone repo -update-repo spicetify $dist - -# Install systemd service -setup-systemd-monitor spicetify $dist - -# Install theme files -mkdir -p $CONFIG/spicetify/Themes/caelestia -cp $dist/color.ini $CONFIG/spicetify/Themes/caelestia/color.ini -cp $dist/user.css $CONFIG/spicetify/Themes/caelestia/user.css - -# Set spicetify theme -spicetify config current_theme caelestia color_scheme caelestia - -# Setup marketplace -spicetify config custom_apps marketplace |