My dotfiles for Arch Linux
CSS 11.1%
Shell 3.5%
Lua 0.4%
Other 85.0%
136 1 0

Clone this repository

https://tangled.org/jehrhardt.dev/dotfiles https://tangled.org/did:plc:ttucwdyvfigxclycfsp67fcu/dotfiles
git@knot.tangled.wizardry.systems:jehrhardt.dev/dotfiles git@knot.tangled.wizardry.systems:did:plc:ttucwdyvfigxclycfsp67fcu/dotfiles

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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.