NorfairKing / super-user-spark

A safe way to never worry about your beautifully configured system again. (NO LONGER MAINTAINED. Use Nixos instead.)
MIT License
93 stars 9 forks source link

Support for autodiscovery of dotfiles in directory? #14

Closed samis closed 8 years ago

samis commented 8 years ago

Using tools like GNU stow, it is possible to link directories and such without specifying the exact file names. This is very useful for managing dotfiles as it is easier to use and in some cases it can be tedius to explicitly state each file to be linked. Does this method of managing dotfiles offer similar functionality?

NorfairKing commented 8 years ago

It's not exactly clear what you mean. It's possible to deploy entire directories using the exact same syntax:

card direxample {
  file -> file_deployed
  directory -> directory_deployed
}

If that's not what you meant, make sure to have a look at the open project suggestion for the super user charger and tell me what you think.

samis commented 8 years ago

The super-user charger indeed looks very interesting. I currently use my own tool for management of dotfiles, but it shares the limitations of stow and additional limitations from design choices. This tool looks very interesting and I may end up converting to it (or a wrapper around it). I'll close this now.