automatically remove broken links

This commit is contained in:
Alessandro Mauri 2020-04-24 16:33:04 +02:00
parent 856ff79931
commit ead40bde0d

4
startw
View File

@ -33,6 +33,10 @@ fi
# APPLY USER CONFIG # APPLY USER CONFIG
# #
# Remove broken links
find -L "$HOME" -type l -delete
find -L "$HOME/.config" -type l -delete
# The conf folder contains two subfolders home # The conf folder contains two subfolders home
# and config, everything in the home folder will # and config, everything in the home folder will
# be symlinked to $HOME as a hidden file/folder, # be symlinked to $HOME as a hidden file/folder,