Feature Request: cli option for generating default configs #116
Labels
No labels
📓 docs
🎮 gaming
bug
cicd
dependencies
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
neovim
package_management
python
question
vim
wontfix
⏰ Cron
🍎 macOS
🐧 Linux
🐳 docker
🔒 infosec
🚧 larger project
🤷 let's chat about it
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jessebot/onboardme#116
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the feature you'd like, and why
We should have a function and cli option for generating basic config files. It just needs to take the default configs and place them in the user's
$XDG_CONFIGdir. This way the user has the default configs and can play with them, as well as can overwrite their existing config with fresh known-working configs.Perhaps CLI option/switch like
-cand--config. I don't actually want to take a config file at this time, because then the accepted config gets really complicated and I will need refactor theenv_config.pyfile (which is kinda overdue anyway).