-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
It could be useful to have multiple dotfile management, for example a dotfiles could be private and one public.
To apply a specific profile (prof1) of a dotfiles (dots1):
daje apply dots1:prof1
An other example:
daje apply dots2:prof3
Majbe in configuration we need something like a default dotfiles, to change it we could add a config command:
daje config dots.default 'dots1'