about summary refs log tree commit diff
path: root/tools/symlinkManager/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/symlinkManager/README.md')
-rw-r--r--tools/symlinkManager/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/symlinkManager/README.md b/tools/symlinkManager/README.md
deleted file mode 100644
index b0fc58c8e989..000000000000
--- a/tools/symlinkManager/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# Dotfile Symlink Manager
-
-Find and delete all symlinks to the dotfiles defined in `$BRIEFCASE`.
-
-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
-> briefcase # changes directory to $BRIEFCASE
-> make install
-```