Managed with chezmoi. Secrets fetched from 1Password at apply time.
Prerequisites: chezmoi, git, 1Password desktop app + CLI (signed in).
sh -c "$(curl -fsLS get.chezmoi.io)"
chezmoi init --apply https://github.com/trly/dotfiles.gitYou'll be prompted for primary/secondary email and a profile (work or home).
mise install # install runtimes declared in dot_config/mise/config.toml
exec zsh # new shell triggers antidote to clone+cache pluginschezmoi update # pull repo + apply changes- Plugin order changed but not picked up:
rm ~/.zsh/zsh_plugins.zshthenexec zsh. - Secrets failing to render: ensure 1Password is unlocked and
opis signed in.