Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 751 Bytes

File metadata and controls

41 lines (30 loc) · 751 Bytes

dotfiles

macOS workstation bootstrap using mise.

Setup

git clone <repo-url> ~/.dotfiles
cd ~/.dotfiles
./install.sh

Or manually:

mise trust
mise bootstrap --yes

What mise manages

  • Homebrew formulae via [bootstrap.packages]
  • dotfiles from home/ via [dotfiles]
  • oh-my-zsh via [bootstrap.repos]
  • macOS defaults via [bootstrap.macos.*]
  • dev tools via [tools]

Useful commands

mise bootstrap plan
mise bootstrap --dry-run
mise bootstrap status
mise bootstrap packages status
mise bootstrap macos defaults status

Notes

  • home/ contains the canonical sources for files linked into ~.
  • GUI casks are deferred for now; they are not currently applied by bootstrap on this machine.