Avery's dotfiles#

My dotfiles, organized using chezmoi.

Installation#

  1. Install Homebrew and chezmoi
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
brew install chezmoi
  1. Create the local chezmoi config at ~/.config/chezmoi/chezmoi.yaml
data:
  machineType: "<personal|work>"
  git:
    name: "<your name>"
    email: "<your email>"
    sshSigningKeyOpId: "op://<vault>/<item>"
  restic:
    slate:
      baseOpId: "op://<vault>/<item>"
    pulsar:
      baseOpId: "op://<vault>/<item>"
    chert:
      baseOpId: "op://<vault>/<item>"
  1. Initialize the repository
chezmoi init https://tangled.sh/@bladee.bsky.social/dotfiles
chezmoi diff
chezmoi apply