From 0bfcbbf0dc83f87ab21d7d3b4a5980eaa51f0018 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 29 Mar 2025 16:40:54 +1100 Subject: install: add qt --- install/qt.fish | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 install/qt.fish (limited to 'install/qt.fish') diff --git a/install/qt.fish b/install/qt.fish new file mode 100755 index 0000000..83ef567 --- /dev/null +++ b/install/qt.fish @@ -0,0 +1,20 @@ +#!/bin/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.' -- cgit v1.2.3-freya