🏠 Dotfiles Installer

Quick installation scripts for prnk28's dotfiles managed with chezmoi.

📦 Full Installation

Install chezmoi and apply all dotfiles on a new machine:

curl -fsLS prad.codes/apply | sh

🚀 One-Shot Installation

For containers, VMs, or temporary environments (doesn't persist chezmoi):

curl -fsLS prad.codes/oneshot | sh

🔧 Manual Installation

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

📋 Requirements

⚠️ Security Notice: Always review scripts before running them. Check the repository first.

🔗 Links