Dotty profile delete
dotty profile delete¶
Delete a profile and the directory behind it.
Synopsis¶
Delete the named profile, or the active one when no name is given. A
profile's content lives in the dotfiles repository and the config directory
only links to it, so deleting removes both the
$XDG_CONFIG_HOME/dotty/
The last profile cannot be deleted, and deleting the active one means naming its replacement first: --activate does that, and without it dotty asks. dotty confirms before removing anything on a terminal; --yes skips the prompt, which is also what a non-interactive run does.
Examples¶
Options¶
--activate string profile to activate in place of the deleted one
-h, --help help for delete
--yes skip the confirmation prompt
Options inherited from parent commands¶
SEE ALSO¶
- dotty profile - Manage system profiles that travel across machines.