Personal macOS and Linux shell setup managed with chezmoi and Homebrew.
chezmoi/: templated dotfiles for shell and tool config (zsh, git, helix, wezterm, bat, etc.)scripts/: convenience maintenance scripts (update-all.sh,cleanup-all.sh)
Install chezmoi and apply dotfiles in one step, no clone needed:
sh -c "$(curl -fsLS https://get.chezmoi.io)" -- init --apply yxtayThe following commands require cloning the repo first.
Run:
./install.shThis script installs chezmoi if missing, then initializes
and applies this repo as the source.
chezmoi applyThis installs all Homebrew packages and applies config files.
# Install pre-commit hooks
pre-commit install# Refresh dotfiles (requires `gh auth login`)
./scripts/update-all.sh
# Clean caches and old artifacts
./scripts/cleanup-all.shMIT