svetlyak40wt / dotfiler

Shell agnostic git based dotfiles package manager, written in Python.
238 stars 31 forks source link

Clean command for some/all env #16

Closed ghostlytalamaur closed 8 years ago

svetlyak40wt commented 8 years ago

Please, add more details here.

ghostlytalamaur commented 8 years ago

Mark it closed. I found .created-links file. In this case i can run rm -rfcat ./.created-links | awk '{print $3}'`` for remove all links to dotfiller env. It may be useful if i move ~/.dotfiller into another dir. Thanks.

svetlyak40wt commented 8 years ago

There is a mistake in your script, to remove symlinks, you need awk '{print $1}'.