This project provides simple shell scripts to automate Linux system cleaning, updating, and basic maintenance. All in one place.
- Cleans up temp files, cache, and logs
- Updates installed packages
- Removes orphaned dependencies
- Checks disk usage
- Linux (Ubuntu/Debian-based preferred)
bash
shell- Sudo privileges
git clone https://github.com/triplemcoder14/cleanerd.git
cd cleanerd
### 2. Make Scripts Executable
```bash
chmod +x run.sh
chmod +x scripts/*.sh
### 3. Run Cleanerd
```./run.sh
### 4. Exclude Specific Files from Cleanup
Add paths to the config/exclude-list.txt file to avoid cleaning specific files or folders. For example:
⚠️ Disclaimer
Use at your own risk. always review scripts before running them; especially those that delete files or use sudo.