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
Implement the core plugin Clean(snowsaw.Plugin) in the snowsaw.plugins package to clean broken symbolic links.
Clean tasks should specify directories that should be checked for broken symbolic links. These broken links should be removed automatically. Only broken links that point to the dotfiles directory should be removed.
Format
Clean commands should be specified as an array of directories to be cleaned.
Example
[
{
"clean": ["~"]
}
]
The text was updated successfully, but these errors were encountered:
Implement the core plugin
Clean(snowsaw.Plugin)
in thesnowsaw.plugins
package to clean broken symbolic links.Clean tasks should specify directories that should be checked for broken symbolic links. These broken links should be removed automatically. Only broken links that point to the dotfiles directory should be removed.
Format
Clean commands should be specified as an array of directories to be cleaned.
Example
The text was updated successfully, but these errors were encountered: