rucker / dotfiles-manager

A script to compile your dotfiles!
MIT License
8 stars 0 forks source link

Feature: Handling of dotfiles whose location is nested under OUTPUT_DIR #49

Open rucker opened 5 years ago

rucker commented 5 years ago

Scenario: input_dir contains many input files for symlinking (e.g. vimrc) as well as compilation (e.g. bashrc). Dotfiles manager currently happily handles these files, placing them in OUTPUT_DIR or ~.

As a user, I want to place additional input files in input_dir alongside these existing input files, and have them compiled (or linked) to a directory beneath OUTPUT_DIR. I want this to be done by convention rather than explicitly needing to run dfm a second time with a different OUTPUT_DIR than the first.

Example file: Docker settings.json which belongs in ~/.docker/

Possible solutions:

Assumptions: