feat: add dms config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user