Managed with chezmoi
See Daily operations for a list of frequent commands.
If chezmoi is installed:
chezmoi init --apply --verbose https://github.com/lkhrs/dotfiles.gitIf chezmoi is not installed:
Method 1: Download and run one-liner
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/lkhrs/dotfiles/refs/heads/main/install.sh)"Method 2: Download first, add exec flag, run
curl -fsSLO https://raw.githubusercontent.com/lkhrs/dotfiles/refs/heads/main/install.sh
chmod +x install.sh
./install.sh