mise dotfiles apply
- Usage:
mise dotfiles apply [FLAGS] [TARGET]… - Source code:
src/cli/dotfiles/apply.rs
Apply dotfiles from [dotfiles]
Applies configured whole-file entries and edits that aren't in their desired state. Whole-file entries may symlink, copy, or render templates. Edit entries manage a marker-delimited block or a single line in a file mise doesn't otherwise own.
Arguments
[TARGET]…
Only apply these targets
Flags
-f --force
Overwrite existing files that conflict with whole-file dotfile entries
-n --dry-run
Print the actions that would run without writing anything
-y --yes
Skip the confirmation prompt
Examples:
mise dotfiles apply
mise dotfiles apply --dry-run
mise dotfiles apply --dry-run --verbose
mise dotfiles apply --force --yes