managed with mise: packages, dotfiles, and macos defaults. two profiles, home and work.
# homebrew — needed for casks
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install mise
git clone git@github.com:notnmeyer/dotfiles.git ~/code/dotfiles
# bootstrap a profile
cd ~/code/dotfiles
mise bootstrap --env home|workso the correct mise.$MISE_ENV.toml file is included,
echo 'set -gx MISE_ENV home' > ~/.config/fish/conf.d/mise.fishmise bootstrap # everything
mise dotfiles apply # just relink dotfiles
mise install # just tools