Personal macOS configuration using chezmoi for dotfile management and Zim for Zsh configuration.
One-line setup:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply mashehuOr, if you want to review changes first:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init mashehu
chezmoi diff # Review changes
chezmoi apply -vcd ~/.dotfiles
git pull
chezmoi applychezmoi edit ~/.zshrc
# Or edit directly in source directory
cd ~/.dotfiles
zed dot_zshrcchezmoi add ~/.newfilechezmoi diffchezmoi apply -v# Update Homebrew packages
brew update && brew upgrade
# Update Brewfile to match current installations
brew bundle dump --file=~/.dotfiles/brewfile --force