Quick installation scripts for prnk28's dotfiles managed with chezmoi.
Install chezmoi and apply all dotfiles on a new machine:
curl -fsLS prad.codes/apply | sh
For containers, VMs, or temporary environments (doesn't persist chezmoi):
curl -fsLS prad.codes/oneshot | sh
If you prefer to see what you're running:
# Install chezmoi first
sh -c "$(curl -fsLS get.chezmoi.io)"
# Then initialize and apply dotfiles
chezmoi init --apply prnk28