feat: add dms config

This commit is contained in:
2026-06-18 12:59:44 +02:00
parent 0a1124a246
commit 5a016f5427
5 changed files with 670 additions and 2 deletions
+4 -2
View File
@@ -41,9 +41,11 @@ cp -r ./config/* ~/.config
confirmation=""
read -p "Use repo version of DMS config? (y/N) " confirmation
if [[ "$confirmation" == "y" ]]; then
cp -r ./dms ~/.config/DankMaterialShell/
cp -r ./dms/* ~/.config/DankMaterialShell/
else
cp -r ~/.config/DankMaterialShell/ ./dms
cp -r ~/.config/DankMaterialShell/settings.json ./dms
cp -r ~/.config/DankMaterialShell/plugin_settings.json ./dms
cp -r ~/.config/DankMaterialShell/.firstlaunch ./dms
fi
hyprctl reload