PSDotFiles icon indicating copy to clipboard operation
PSDotFiles copied to clipboard

Bringing simple dotfiles management to Windows with PowerShell

Results 8 PSDotFiles issues
Sort by recently updated
recently updated
newest added

There are some edge cases where this would be very useful. For example, applications which watch a directory for file changes so they can automatically trigger some processing on file...

enhancement

The module permits several settings to be set globally via PowerShell variables. The currently supported variables can be found in `Profile.sample.ps1`. It'd be nice to move these into a single...

enhancement

More info on this option can be found here: https://linux.die.net/man/8/stow https://news.ycombinator.com/item?id=7927930

enhancement

This would be useful for detecting apps which have a traditional installer but may also be installed in a portable mode by a system like [Scoop](https://scoop.sh/). Prompted by #10.

enhancement

This module is getting pretty complex with a pretty scary amount of configurable options via component metadata, and increasingly convoluted logic around the filesystem handling. It would be beneficial to...

enhancement

Assume we're installing a component which contains at least one `AdditionalPath` or `RenamePath` element for a file inside a folder (i.e. not at the root of the component directory). If...

bug

It'd be nice to be able to specify commands to be run at various stages of component installation & removal.

enhancement

I don't quite understand what the Availability column, and why this doesn't behave similarly to `stow`: ``` C:\Users\klauer\dotfiles [arch ≡ +1 ~0 -0 !] λ Get-DotFiles Directory Name Availability State...

enhancement