Personal dotfiles managed with chezmoi.
Supported platforms: macOS, Linux (apt-get)
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin" init --apply "https://github.com/rbtbar/dotfiles.git"chezmoi git pull && chezmoi applyRemove chezmoi completely:
rm -rf "$HOME/.config/chezmoi" "$HOME/.local/bin/chezmoi" "$HOME/.local/share/chezmoi"Test the Linux bootstrap in a container:
docker run -it --rm -v "$(pwd):/dotfiles" -w /dotfiles ubuntu:24.04 bashInside the container:
apt-get update && apt-get install -y curl wget git
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --source .