Personal dotfiles managed with chezmoi.
NOTE: I may occasionally create conflicts in this repository by force pushing or rewriting history. This happens when I accidentally commit some sensitive data.
bash <(curl -fsSL https://raw.githubusercontent.com/yilinfang/dotfiles/refs/heads/main/scripts/install.sh)
# Remove existing chezmoi config
rm -rf ~/.config/chezmoi
# Remove existing chezmoi data (optional)
rm -rf ~/.local/share/chezmoi
# Install dotfiles
chezmoi init --apply https://github.com/yilinfang/dotfiles.git -S ~/.chezmoi/dotfiles