9e0fdd3973
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. |
||
---|---|---|
.. | ||
default.nix | ||
main.go | ||
README.md |
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