My dotfiles
Avery's dotfiles#
My dotfiles, organized using chezmoi.
Installation#
- 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
- 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>"
- Initialize the repository
chezmoi init https://tangled.sh/@bladee.bsky.social/dotfiles
chezmoi diff
chezmoi apply