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/qt.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/qt.fish')
| -rwxr-xr-x | install/qt.fish | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/install/qt.fish b/install/qt.fish deleted file mode 100755 index 08ed1a0..0000000 --- a/install/qt.fish +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env fish - -. (dirname (status filename))/util.fish - -install-deps git darkly-bin -install-optional-deps 'papirus-icon-theme (icon theme)' - -set -l dist $C_DATA/qt - -# Update/Clone repo -update-repo qt $dist - -# Install systemd service -setup-systemd-monitor qt $dist - -# Change settings -confirm-copy $dist/qtct.conf $CONFIG/qt5ct/qt5ct.conf -confirm-copy $dist/qtct.conf $CONFIG/qt6ct/qt6ct.conf - -log 'Done.' |