-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
I think we need to discus about where to put all the configurations, as a standard we could use ~/.config and put there daje like this ~/.config/daje.
Another issue is the file extension, maybe the easy way is yaml(?).
This need to be defined because all of the commands and actions will refer to these configurations.
To manage configuration we can allow to edit those files or we can think about a config argument as it is done with git:
daje config default.profile 'main'
daje config root.allowed 'false'
Something like this!