You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
We talked on IRC about this a bit, but basically if effuse somehow kept track of what it created symlinks of (maybe in a yaml dotfile or something), --clean could read that file, and delete the symlinks mentioned in it.
Then, if you wanted to have your git repo instantly update your dotfiles (including deleting old ones), you could shove effuse --clean && effuse in .git/hooks/post-merge.
You mentioned that this would complicate things a bit, but it's just a nicetohave.
The text was updated successfully, but these errors were encountered:
We talked on IRC about this a bit, but basically if effuse somehow kept track of what it created symlinks of (maybe in a yaml dotfile or something), --clean could read that file, and delete the symlinks mentioned in it.
Then, if you wanted to have your git repo instantly update your dotfiles (including deleting old ones), you could shove
effuse --clean && effuse
in .git/hooks/post-merge.You mentioned that this would complicate things a bit, but it's just a nicetohave.
The text was updated successfully, but these errors were encountered: