Add script to clean home directory#10
Merged
Merged
Conversation
As written in the wiki. The script only deletes empty directories (to prevent accidentally deleting important files)
spurnvoj
approved these changes
Jun 1, 2026
vidvidex
added a commit
that referenced
this pull request
Jun 2, 2026
As written in the wiki. The script only deletes empty directories (to prevent accidentally deleting important files)
spurnvoj
pushed a commit
that referenced
this pull request
Jun 2, 2026
* Reformat * Check if git is already installed before installing * feat: Simplify networking (#6) * Fix netplan config script to work when there is no eth or wlan interfaces Before it would always append ethernets: or wifis: to the config file, even if there are such interfaces found, resulting in a syntax error when applying * Disable network manager immediately when configuring networking * Install netplan if not installed yet * Copilot fixes * Migrate to newer default gateway syntax gateway4 is deprecated * Reformat * Add default gateway prompt for eth * Ensure netplan config file has correct permissions * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Ask for DNS server on eth --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * feat: Add script to clean home directory (#10) As written in the wiki. The script only deletes empty directories (to prevent accidentally deleting important files) * Use just one main entry script * Do not run apt update if it was already ran recently * Cleanup README.md --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add script to remove directories Documents, Downloads, Images, etc., as written in the wiki.
Does not delete non-empty directories. The user has to delete those manually to prevent accidentally removing important files