mise dotfiles edit
- Usage:
mise dotfiles edit [FLAGS] <TARGET> - Source code:
src/cli/dotfiles/edit.rs
Edit a managed dotfile source
Arguments
<TARGET>
Target to edit
Flags
--apply
Apply this target after the editor exits
-m --mode <MODE>
Dotfile mode to use if the target is not yet managed
-s --source <PATH>
Source path to use if the target is not yet managed
-y --yes
Skip the confirmation prompt when adding an unmanaged target
Examples:
mise dotfiles edit ~/.zshrc
mise dotfiles edit --apply ~/.config/starship.toml