Skip to content

Add script to clean home directory#10

Merged
spurnvoj merged 1 commit into
ros2from
cleanup_home_dir
Jun 1, 2026
Merged

Add script to clean home directory#10
spurnvoj merged 1 commit into
ros2from
cleanup_home_dir

Conversation

@vidvidex
Copy link
Copy Markdown
Collaborator

@vidvidex vidvidex commented Jun 1, 2026

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

As written in the wiki. The script only deletes empty directories (to prevent accidentally deleting important files)
@spurnvoj spurnvoj merged commit 86471f9 into ros2 Jun 1, 2026
@spurnvoj spurnvoj deleted the cleanup_home_dir branch June 1, 2026 18:39
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants