tvl-depot/tools/symlinkManager
William Carroll 9e0fdd3973 Remove default values for Nix expression parameters
I'm not sure if this commit breaks everything in my monorepo. I think it
will.

Why am I doing this? Perhaps it's a bad idea. I don't fully understand how
readTree works. My ignorance is costing me hours of time spent debugging. In an
effort to better understand readTree, I'm removing the default values for my Nix
expression parameters, which I believe have preventing errors from surfacing.
2020-03-01 22:32:24 +00:00
..
default.nix Remove default values for Nix expression parameters 2020-03-01 22:32:24 +00:00
main.go Tidy up structure of briefcase 2020-02-12 16:58:29 +00:00
README.md Tidy up structure of briefcase 2020-02-12 16:58:29 +00:00

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:

> symlink-mgr --audit
> symlink-mgr --seriously
> briefcase # changes directory to $BRIEFCASE
> make install