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

dotfile

Here are 298 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

Improve this page

Add a description, image, and links to the dotfile 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 topic, visit your repo's landing page and select "manage topics."

Learn more