mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-12 20:22:37 +00:00
17 lines
407 B
TOML
17 lines
407 B
TOML
|
#######################
|
||
|
# niminit config file #
|
||
|
# (c) Sangelo - 2023 #
|
||
|
#######################
|
||
|
[general]
|
||
|
# Should the home directory appended before the config directory?
|
||
|
appendHome = true
|
||
|
# The path to the config file (no trailing slashes!)
|
||
|
configDirectory = "/.config/niminit"
|
||
|
|
||
|
[files]
|
||
|
# The directory to be created inside the project
|
||
|
directory = ".vscode"
|
||
|
files = [
|
||
|
"launch.json",
|
||
|
"tasks.json"
|
||
|
]
|