automatically remove broken links
This commit is contained in:
parent
856ff79931
commit
ead40bde0d
4
startw
4
startw
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user