dfm icon indicating copy to clipboard operation
dfm copied to clipboard

dotfiles manager

Results 15 dfm issues
Sort by recently updated
recently updated
newest added

when dfm uninstall we need to clean the .backup directories and delete them

This scenario for example: ``` $ dfm import .config/htop/htoprc ERROR: file .config/htop/htoprc is in a subdirectory that is not tracked, consider using 'dfm import .config'. ``` But `$ dfm import...

Why are links skipped in 430? We can (and should) move them like normal files https://github.com/justone/dfm/blob/b4410430c5aca95957c941e28d43033fc6652e4a/dfm#L428-L440

First of all, thanks for providing this dotfiles solution. I've used it already since at least 2012 according to my git history, and it has worked flawlessly throughout all the...

Hey, # Background I have a use case where the `.dfminstall`'s `recurse` is not working like I hope it would. Normally there is not data in `$XDG_DATA_HOME` (default: `~/.local/share`) but...

I have forked the repo. I looked at the wiki and followed the instructions. But I'm missing something: how do I actually install dfm? Do I need to run a...

It would be handy with some kind of install profiles thing where you can do dfm install work or dfm install home to get the work related dotfiles or so....

enhancement

All files should be added to the repo as-is, since the initial configuration is not always a known state. If the installation process modifies files, it can get very confusing...

bug

A command `dfm checkupdate` that you can put in your `.bash_profile` (or zsh equiv) that will only check for updates once a day and will have one of the following...

For people that don't quite understand what every dotfile in their $HOME does, but want to see each file as it's added. Useful for people that don't want to accidentally...

enhancement