TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
5.07k stars 176 forks source link

yadm clean to clean and remove tracked files from the machine #362

Closed Lite5h4dow closed 2 years ago

Lite5h4dow commented 3 years ago

Is your feature request related to a problem? Please describe.

if you mess up your configs in a way that really screws things up there is no way to remove all the tracked files but to do it manually. i can see this being an issue for large dotfile repos.

Describe the solution you'd like

would be great if there was a yadm clean command that cleans the tracked files from your machine, maybe with a flag to bootstrap after.

Describe alternatives you've considered

there really isnt an alternative but to do it manually

github-actions[bot] commented 2 years ago

This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been labeled as stale for 7 days with no activity.

shadowrylander commented 2 years ago

Did you find a way to do this? I'm currently in a similar situation right now! 😅

Lite5h4dow commented 2 years ago

unfortunately not, but i might impliment it myself

shadowrylander commented 2 years ago

I realized that using yadm list -a, with a few extra steps, might help.