homemaker icon indicating copy to clipboard operation
homemaker copied to clipboard

Efficiently manage your dot-file configuration settings.

Results 6 homemaker issues
Sort by recently updated
recently updated
newest added

Please do not stop maintaining this lovely project. It has already so much value, works very well and i do not even think there is anything comparable out there. I...

Pretty cool software! Thanks! Please consider versioned source and binary releases, which makes tracking updates easier for users and could ease packaging for distros. Putting releases on GitHub also would...

It would be nice to see support for wildcards in paths for links. The usecase being, if I've got a ~/scripts directory that I want to track with some common...

From a vanilla installation of Windows, it can be complicated to extract homemaker from a tar.gz archive. Is it possible to propose a zip file?

```toml [tasks.vim] links = [[".vimrc"]] ``` Would link vimrc file from the src folder (if no .vimrc exists).

With a dotfiles repository organize with folder (previous GNU stow user for example) like: ``` dotfiles |-git |-.gitconfig |-vim |-.vimrc |-.vim/ |-bash | ... ``` A directive ``links-src`` or ``links-from``...