feat: prepare for DMS removal

This commit is contained in:
2026-08-21 11:20:15 +02:00
parent 2ab86906c7
commit dce6a6cafb
24 changed files with 432 additions and 61 deletions
+1 -11
View File
@@ -37,18 +37,8 @@ rm -rf ~/.config/ags
rm -rf ~/.config/astal
cp -r ./config/* ~/.config
# Makes kitty use the DMS theme config
# Makes kitty use the matugen theme config
rm ~/.config/kitty/current-theme.conf
cp ./linters/indentconfig_import.yaml ~/.indentconfig.yaml
confirmation=""
read -p "Use repo version of DMS config? (y/N) " confirmation
if [[ "$confirmation" == "y" ]]; then
cp -r ./dms/* ~/.config/DankMaterialShell/
else
cp -r ~/.config/DankMaterialShell/settings.json ./dms
cp -r ~/.config/DankMaterialShell/plugin_settings.json ./dms
cp -r ~/.config/DankMaterialShell/.firstlaunch ./dms
fi
hyprctl reload