Fix dist-fedora setups.sh from modify repo

This commit is contained in:
clsty
2025-11-09 02:15:02 +08:00
parent 0091fce2c1
commit f9bc4b1608
3 changed files with 33 additions and 3 deletions
-3
View File
@@ -17,6 +17,3 @@ v sudo systemctl enable bluetooth --now
v gsettings set org.gnome.desktop.interface font-name 'Rubik 11'
v gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
v kwriteconfig6 --file kdeglobals --group KDE --key widgetStyle Darkly
v bash -c "echo exec-once = /usr/libexec/kf6/polkit-kde-authentication-agent-1 |
sudo tee -a ${REPO_ROOT}/dots/.config/hypr/custom/execs.conf"
# TODO: This will modify Git repo itself which should be avoided, however it makes sense that this may be needed. Need to improve this in future.