dotfiles#
My dotfiles for Arch, managed by chezmoi.
Usage#
Prerequisits#
Setup#
Required packages#
Install required packages:
pacman -S chezmoi libfido2 git
SSH key#
Generate a new SSH key protected by Yubikey:
# use default location for SSH key
# use no passphrase
ssh-keygen -t ed25519-sk -C 59441+jehrhardt@users.noreply.github.com
Setup dotfiles#
Init and apply chezmoi:
chezmoi init --ssh --apply jehrhardt
This will automatically install and configure everything.