feat: dms config copying
This commit is contained in:
@@ -37,3 +37,11 @@ rm -rf ~/.config/ags
|
||||
rm -rf ~/.config/astal
|
||||
|
||||
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/
|
||||
else
|
||||
cp -r ~/.config/DankMaterialShell/ ./dms
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user