The Wayback Machine - https://web.archive.org/web/20220530164243/https://github.com/topics/dotfile-manager
Skip to content
#

dotfile-manager

Here are 56 public repositories matching this topic...

toml-bombadil
oknozor
oknozor commented Sep 7, 2020

Importing is currently done this way :

[[import]]
path = 'path/to/imported-config.toml` 

The path property only supports path to a file. Users shall be able to import multiple files using a regex or a directory path :

[[import]]
path = 'path/to/config_dir/*.toml` 
[[import]]
path = 'path/to/config_dir/**
enhancement good first issue Hacktoberfest
ajmalsiddiqui
ajmalsiddiqui commented Oct 5, 2018

Autodot would be so much cooler with a logo!
The name "autodot" is wordplay on the Autobots from the Transformers series, and the idea that we're AUTOmating DOTfile management.
That might help in coming up with something creative.

help wanted good first issue logo Hacktoberfest

Improve this page

Add a description, image, and links to the dotfile-manager topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotfile-manager topic, visit your repo's landing page and select "manage topics."

Learn more