AJ's Dotfiles Uses chezmoi to manage updates between machines Getting Started If this is a new machine, install Chezmoi and apply the dotfiles with sudo apt install curl git zsh chsh -s /usr/bin/zsh sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply ajc133