Add application configuration prompt for already-optimized systems

- Add check for application configuration when system is already optimized
- Prompt user to configure apps even if tmpfs mounts already exist
- Create standalone configure-apps-for-tmpfs.sh script
- Detect if applications are already configured (Firefox prefs check)
- Skip redundant configuration attempts with 'already configured' messages
- Add backup timestamp to avoid overwriting previous backups
- Update README with new configuration script

Benefits:
- Users with existing tmpfs can now configure applications
- Standalone script allows re-configuration without full optimizer run
- Smarter detection prevents duplicate configurations
- Better user experience for incremental optimization
This commit is contained in:
mindesbunister
2025-10-06 09:28:59 +02:00
parent 8e5e370e09
commit 03153f2380
3 changed files with 290 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ The **one-button optimizer** is an intelligent, interactive system optimizer tha
### Quick Tools
- `./one-button-optimizer.sh` - **Main interactive optimizer** (recommended)
- `./configure-apps-for-tmpfs.sh` - **Configure applications** to use tmpfs caches (browsers, dev tools)
- `./quick-status-check.sh` - **Quick system status** overview (no changes)
- `./tmpfs-info.sh` - **Detailed tmpfs information** and configuration guide
- `./launcher.sh` - **Auto-sudo launcher** for the optimizer