diff --git a/startw b/startw index 75eb705..07b067b 100755 --- a/startw +++ b/startw @@ -33,6 +33,10 @@ fi # 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 # and config, everything in the home folder will # be symlinked to $HOME as a hidden file/folder,