2020-02-12 17:58:29 +01:00
|
|
|
# Dotfile Symlink Manager
|
|
|
|
|
2021-12-24 00:30:31 +01:00
|
|
|
Find and delete all symlinks to my dotfiles.
|
2020-02-12 17:58:29 +01:00
|
|
|
|
|
|
|
Oftentimes I corrupt the state of my configuration files. The intention with
|
|
|
|
this script is to help me clean things up when this happens. An example workflow
|
|
|
|
might look like:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
> symlink-mgr --audit
|
|
|
|
> symlink-mgr --seriously
|
|
|
|
```
|