This website requires JavaScript.
Explore
Help
Sign In
alrayyes
/
server-dotfiles
Watch
1
Star
0
Fork
0
You've already forked server-dotfiles
mirror of
https://github.com/alrayyes/server-dotfiles
synced
2023-11-14 15:56:25 +00:00
Code
Issues
Releases
Wiki
Activity
ff3cc0ab9c
server-dotfiles
/
clean-dead-symlinks
4 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
use custom vim config
2020-02-14 15:18:48 +00:00
#!/usr/bin/env sh
updated with latest from desktop dotfiles
2019-03-29 18:51:29 +00:00
find ~ -type l -exec test ! -e {} \; -delete
Reference in New Issue
Copy Permalink